Rip out rustc_layout_scalar_valid_range_* attribute support#155433
Rip out rustc_layout_scalar_valid_range_* attribute support#155433oli-obk wants to merge 6 commits intorust-lang:mainfrom
Conversation
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred to the CTFE machinery The Miri subtree was changed cc @rust-lang/miri Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred to the CTFE / Miri interpreter cc @rust-lang/miri Some changes occurred in compiler/rustc_hir/src/attrs cc @jdonszelmann, @JonathanBrouwer This PR changes a file inside |
|
r? @chenyukang rustbot has assigned @chenyukang. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Happy to review this r? me |
|
Reminder, once the PR becomes ready for a review, use |
This comment has been minimized.
This comment has been minimized.
c6053aa to
cc13e2c
Compare
|
There is some prose in the dev guide that will no longer apply.
https://rustc-dev-guide.rust-lang.org/unsafety-checking.html?other-checks-involving-unsafe |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
☔ The latest upstream changes (presumably #142531) made this pull request unmergeable. Please resolve the merge conflicts. |
And either removes tests for it or replaces the uses with pattern types.
primarily fixes #135996
fixes #147761
fixes #133652