crater: contextual implementation of only trait bound modifier#157696
crater: contextual implementation of only trait bound modifier#157696CrooseGit wants to merge 6 commits into
only trait bound modifier#157696Conversation
|
@bors try |
This comment has been minimized.
This comment has been minimized.
crater: contextual implementation of `only` trait bound modifier
|
@craterbot check |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
@craterbot cancel See #157814 |
|
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
☔ The latest upstream changes (presumably #157991) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR is another test to do a crater run for
onlybounds: this time as a contextual keyword to avoid issues seen in #157487.Only
fn f<T: only ::Trait>()and similar should break, which should be rare, and a migration to the next edition would hopefully be smoother.