mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Correct documentation for ShallowInitBox
This commit is contained in:
parent
7417110cef
commit
941e19468a
@ -2581,8 +2581,6 @@ pub enum Rvalue<'tcx> {
|
||||
/// 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
|
||||
/// affects alias analysis.
|
||||
///
|
||||
/// Disallowed after drop elaboration.
|
||||
ShallowInitBox(Operand<'tcx>, Ty<'tcx>),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user