@@ -142,11 +142,12 @@ use crate::ty::GenericArgKind;
142142use crate :: ty:: { self , Instance , Ty , TyCtxt } ;
143143
144144pub 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 ,
150151} ;
151152
152153pub use self :: value:: Scalar ;
0 commit comments