We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ShallowInitBox
1 parent 7417110 commit 941e194Copy full SHA for 941e194
compiler/rustc_middle/src/mir/mod.rs
@@ -2581,8 +2581,6 @@ pub enum Rvalue<'tcx> {
2581
/// This is different from a normal transmute because dataflow analysis will treat the box as
2582
/// initialized but its content as uninitialized. Like other pointer casts, this in general
2583
/// affects alias analysis.
2584
- ///
2585
- /// Disallowed after drop elaboration.
2586
ShallowInitBox(Operand<'tcx>, Ty<'tcx>),
2587
}
2588
0 commit comments