@@ -142,11 +142,12 @@ use crate::ty::GenericArgKind;
142
142
use crate :: ty:: { self , Instance , Ty , TyCtxt } ;
143
143
144
144
pub use self :: error:: {
145
- BadBytesAccess , CheckAlignMsg , CheckInAllocMsg , ErrorHandled , EvalToAllocationRawResult ,
146
- EvalToConstValueResult , EvalToValTreeResult , ExpectedKind , InterpError , InterpErrorInfo ,
147
- InterpResult , InvalidMetaKind , InvalidProgramInfo , MachineStopType , Misalignment , PointerKind ,
148
- ReportedErrorInfo , ResourceExhaustionInfo , ScalarSizeMismatch , UndefinedBehaviorInfo ,
149
- UnsupportedOpInfo , ValidationErrorInfo , ValidationErrorKind ,
145
+ BadBytesAccess , CheckAlignMsg , CheckInAllocMsg , ErrorHandled , EvalStaticInitializerRawResult ,
146
+ EvalToAllocationRawResult , EvalToConstValueResult , EvalToValTreeResult , ExpectedKind ,
147
+ InterpError , InterpErrorInfo , InterpResult , InvalidMetaKind , InvalidProgramInfo ,
148
+ MachineStopType , Misalignment , PointerKind , ReportedErrorInfo , ResourceExhaustionInfo ,
149
+ ScalarSizeMismatch , UndefinedBehaviorInfo , UnsupportedOpInfo , ValidationErrorInfo ,
150
+ ValidationErrorKind ,
150
151
} ;
151
152
152
153
pub use self :: value:: Scalar ;
0 commit comments