@@ -142,11 +142,11 @@ use crate::ty::GenericArgKind;
142142use crate :: ty:: { self , Instance , Ty , TyCtxt } ;
143143
144144pub use self :: error:: {
145- struct_error, BadBytesAccess , CheckInAllocMsg , ErrorHandled , EvalToAllocationRawResult ,
146- EvalToConstValueResult , EvalToValTreeResult , ExpectedKind , InterpError , InterpErrorInfo ,
147- InterpResult , InvalidMetaKind , InvalidProgramInfo , MachineStopType , PointerKind ,
148- ReportedErrorInfo , ResourceExhaustionInfo , ScalarSizeMismatch , UndefinedBehaviorInfo ,
149- UnsupportedOpInfo , ValidationErrorInfo , ValidationErrorKind ,
145+ struct_error, BadBytesAccess , CheckInAllocMsg , ErrorHandled , EvalStaticInitializerRawResult ,
146+ EvalToAllocationRawResult , EvalToConstValueResult , EvalToValTreeResult , ExpectedKind ,
147+ InterpError , InterpErrorInfo , InterpResult , InvalidMetaKind , InvalidProgramInfo ,
148+ MachineStopType , PointerKind , ReportedErrorInfo , ResourceExhaustionInfo , ScalarSizeMismatch ,
149+ UndefinedBehaviorInfo , UnsupportedOpInfo , ValidationErrorInfo , ValidationErrorKind ,
150150} ;
151151
152152pub use self :: value:: Scalar ;
0 commit comments