1
Fork 0

Remove more unused Lift impls.

This commit is contained in:
Nicholas Nethercote 2023-09-14 12:05:05 +10:00
parent af7d3e501b
commit abe2a68acd
12 changed files with 35 additions and 126 deletions

View file

@ -67,7 +67,7 @@ impl Into<ErrorGuaranteed> for ReportedErrorInfo {
}
}
TrivialTypeTraversalAndLiftImpls! { ErrorHandled }
TrivialTypeTraversalImpls! { ErrorHandled }
pub type EvalToAllocationRawResult<'tcx> = Result<ConstAlloc<'tcx>, ErrorHandled>;
pub type EvalToConstValueResult<'tcx> = Result<ConstValue<'tcx>, ErrorHandled>;