@@ -142,12 +142,11 @@ use crate::ty::GenericArgKind;
142142use crate :: ty:: { self , Instance , Ty , TyCtxt } ;
143143
144144pub use self :: error:: {
145- struct_error, BadBytesAccess , CheckAlignMsg , CheckInAllocMsg , ErrorHandled ,
146- EvalToAllocationRawResult , EvalToConstValueResult , EvalToValTreeResult , ExpectedKind ,
147- InterpError , InterpErrorInfo , InterpResult , InvalidMetaKind , InvalidProgramInfo ,
148- MachineStopType , Misalignment , PointerKind , ReportedErrorInfo , ResourceExhaustionInfo ,
149- ScalarSizeMismatch , UndefinedBehaviorInfo , UnsupportedOpInfo , ValidationErrorInfo ,
150- ValidationErrorKind ,
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 ,
151150} ;
152151
153152pub use self :: value:: Scalar ;
0 commit comments