Uh oh!
There was an error while loading. Please reload this page.
Update stdarch - #109359
Conversation
Bring the the `#![allow(internal_features)]`
rustbot
commented
Mar 19, 2023
|
rustbot
commented
Mar 19, 2023
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
This comment has been minimized.
This comment has been minimized.
Noratrieb
commented
Mar 19, 2023
I guess we probably need to wait for the next bootstrap compiler bump. |
Noratrieb
commented
Mar 19, 2023
Ah no, I think this needs a |
klensy
commented
Mar 19, 2023
Previous release stdarch bump was skipped (looking at time a538723), you can try to find some working commit around previous bump date? |
Amanieu
commented
Mar 19, 2023
@bors r+ |
bors
commented
Mar 19, 2023
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#108954 (rustdoc: handle generics better when matching notable traits) - rust-lang#109203 (refactor/feat: refactor identifier parsing a bit) - rust-lang#109213 (Eagerly intern and check CrateNum/StableCrateId collisions) - rust-lang#109358 (rustc: Remove unused `Session` argument from some attribute functions) - rust-lang#109359 (Update stdarch) - rust-lang#109378 (Remove Ty::is_region_ptr) - rust-lang#109423 (Use region-erased self type during IAT selection) - rust-lang#109447 (new solver cleanup + implement coherence) - rust-lang#109501 (make link clickable) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Bring the the
#![allow(internal_features)]for #108955r? @Amanieu