Bump rustc to remove ShallowInitBox#1033
Conversation
|
@Nadrieril ready for review :D |
|
(I really want to get rid of BoxNew, it's an artefact of a time long past ^^) |
|
@Nadrieril is it ok to leave this as is for now so we can keep bumping the toolchain, and we eventually get rid of all the builtin functions later? ill go through the issues for this PR dw; this is partly because @joshlf is opening a PR to have some sort of automatic toolchain bumper in CI (since often the toolchain bump doesn't cause any breakage) |
|
yes do leave the builtins like this we can make it better later |
fc4adb2 to
ea025e0
Compare
|
@Nadrieril rebased this on main; lmk if you want me to change anything |
|
PR looks good! I was only waiting on the corresponding aeneas and eurydice changes :3 |
|
Closing in favor of #1193 |
Continuation of #1030
Fixes #973
Related to rust-lang/rust#148190
Added a transformation pass to make
vec!safe. For the following original MIR:we want something akin to
ci: use AeneasVerif/aeneas#1033