rust/compiler/rustc_mir_build
Giacomo Pasini b3a47d9b6b
Desugars drop and replace at MIR build
This commit desugars the drop and replace deriving from an
assignment at MIR build, avoiding the construction of the
DropAndReplace terminator (which will be removed in a followign PR)

In order to retain the same error messages for replaces a new
DesugaringKind::Replace variant is introduced.
2023-03-03 16:33:11 +01:00
..
locales Restrict #[rustc_box] to Box::new calls 2023-03-02 02:42:19 +00:00
src Desugars drop and replace at MIR build 2023-03-03 16:33:11 +01:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00