address review
This commit is contained in:
parent
372c4fd67f
commit
bea0a6dc84
4 changed files with 5 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue