|
| 1 | +pub use crate::very_unstable::hir::ImplicitSelfKind; |
1 | 2 | pub use crate::very_unstable::middle::mir::{ |
2 | 3 | visit::MutVisitor, AggregateKind, AssertKind, BasicBlock, BasicBlockData, BinOp, BindingForm, |
3 | 4 | BlockTailInfo, Body, BorrowKind, CastKind, ClearCrossCrate, Constant, ConstantKind, |
4 | | - CopyNonOverlapping, Coverage, FakeReadCause, Field, GeneratorInfo, ImplicitSelfKind, |
5 | | - InlineAsmOperand, Local, LocalDecl, LocalInfo, LocalKind, Location, MirPhase, MirSource, |
6 | | - NullOp, Operand, Place, PlaceRef, ProjectionElem, ProjectionKind, Promoted, RetagKind, Rvalue, |
7 | | - Safety, SourceInfo, SourceScope, SourceScopeData, SourceScopeLocalData, Statement, |
8 | | - StatementKind, UnOp, UserTypeProjection, UserTypeProjections, VarBindingForm, VarDebugInfo, |
9 | | - VarDebugInfoContents, |
| 5 | + CopyNonOverlapping, Coverage, FakeReadCause, Field, GeneratorInfo, InlineAsmOperand, Local, |
| 6 | + LocalDecl, LocalInfo, LocalKind, Location, MirPhase, MirSource, NullOp, Operand, Place, |
| 7 | + PlaceRef, ProjectionElem, ProjectionKind, Promoted, RetagKind, Rvalue, Safety, SourceInfo, |
| 8 | + SourceScope, SourceScopeData, SourceScopeLocalData, Statement, StatementKind, UnOp, |
| 9 | + UserTypeProjection, UserTypeProjections, VarBindingForm, VarDebugInfo, VarDebugInfoContents, |
10 | 10 | }; |
0 commit comments