address review

This commit is contained in:
b-naber 2022-07-04 21:30:31 +02:00
parent 372c4fd67f
commit bea0a6dc84
4 changed files with 5 additions and 13 deletions

View file

@ -2062,7 +2062,7 @@ pub enum ConstantKind<'tcx> {
/// This constant came from the type system
Ty(ty::Const<'tcx>),
/// An unevaluated constant that cannot go back into the type system.
/// An unevaluated mir constant which is not part of the type system.
Unevaluated(ty::Unevaluated<'tcx, Option<Promoted>>, Ty<'tcx>),
/// This constant cannot go back into the type system, as it represents