Correct documentation for ShallowInitBox
This commit is contained in:
parent
7417110cef
commit
941e19468a
1 changed files with 0 additions and 2 deletions
|
@ -2581,8 +2581,6 @@ pub enum Rvalue<'tcx> {
|
||||||
/// This is different from a normal transmute because dataflow analysis will treat the box as
|
/// This is different from a normal transmute because dataflow analysis will treat the box as
|
||||||
/// initialized but its content as uninitialized. Like other pointer casts, this in general
|
/// initialized but its content as uninitialized. Like other pointer casts, this in general
|
||||||
/// affects alias analysis.
|
/// affects alias analysis.
|
||||||
///
|
|
||||||
/// Disallowed after drop elaboration.
|
|
||||||
ShallowInitBox(Operand<'tcx>, Ty<'tcx>),
|
ShallowInitBox(Operand<'tcx>, Ty<'tcx>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue