[crater] Also enforce dyn compatibility in (unchecked) type aliases - #161358
[crater] Also enforce dyn compatibility in (unchecked) type aliases#161358fmease wants to merge 1 commit into
Conversation
|
@bors try |
This comment has been minimized.
This comment has been minimized.
…try> [crater] Also enforce dyn compatiblity in (unchecked) type aliases
There was a problem hiding this comment.
This test didn't make much sense to me: "[…] are rejected at the definition site of an eager type alias.": Well yeah, but it had to reference the type alias somewhere (here: in the body of main) for that to happen, so it isn't testing what it says. After all, unchecked type aliases aren't retained in the middle::ty IR, they're eagerly expanded to their RHS, so this behavior has nothing to do with type aliases.
Because of that, I've removed it.
|
@craterbot check |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
This comment has been minimized.
This comment has been minimized.
32330c2 to
a16442e
Compare
|
@craterbot cancel See #162233 |
|
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
Context:
(No LLM was or will be used by me during the entire creation process of this PR)