Uh oh!
There was an error while loading. Please reload this page.
Remove const trait bound modifier hack - #131653
Conversation
fee1-dead
commented
Oct 13, 2024
Although it still seems weird that we're pushing constness for traits in @bors r+ rollup |
bors
commented
Oct 13, 2024
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#130356 (don't warn about a missing change-id in CI) - rust-lang#130900 (Do not output () on empty description) - rust-lang#131066 (Add the Chinese translation entry to the RustByExample build process) - rust-lang#131067 (Fix std_detect links) - rust-lang#131644 (Clean up some Miri things in `sys/windows`) - rust-lang#131646 (sys/unix: add comments for some Miri fallbacks) - rust-lang#131653 (Remove const trait bound modifier hack) - rust-lang#131659 (enable `download_ci_llvm` test) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#130356 (don't warn about a missing change-id in CI) - rust-lang#130900 (Do not output () on empty description) - rust-lang#131066 (Add the Chinese translation entry to the RustByExample build process) - rust-lang#131067 (Fix std_detect links) - rust-lang#131644 (Clean up some Miri things in `sys/windows`) - rust-lang#131646 (sys/unix: add comments for some Miri fallbacks) - rust-lang#131653 (Remove const trait bound modifier hack) - rust-lang#131659 (enable `download_ci_llvm` test) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#131653 - compiler-errors:no-modifier-hack, r=fee1-dead Remove const trait bound modifier hack It's no longer necessary, according to the test suite :D r? `@fee1-dead` or anyone really
Well the test that used to exercise this hack I added in #119540 was effectively 'disabled' by removing the |
compiler-errors
commented
Oct 14, 2024
Ideally the hack would be implemented some other way since I'm cleaning up how we pass through trait bound modifiers in #131652. |
No longer seems to be necessary: |
It's no longer necessary, according to the test suite :D
r? @fee1-dead or anyone really