rust/compiler/rustc_borrowck
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 errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
src Desugars drop and replace at MIR build 2023-03-03 16:33:11 +01:00
Cargo.toml Do not use hir_ty_to_ty 2022-12-23 16:45:16 -08:00