No lifetime on PlaceholderConst

This commit is contained in:
Michael Goulet
2023-11-04 17:19:16 +00:00
parent adda05fe3e
commit bcb97ea221
5 changed files with 9 additions and 9 deletions

View File

@@ -1527,7 +1527,7 @@ pub struct BoundConst<'tcx> {
pub ty: Ty<'tcx>,
}
pub type PlaceholderConst<'tcx> = Placeholder<BoundVar>;
pub type PlaceholderConst = Placeholder<BoundVar>;
/// When type checking, we use the `ParamEnv` to track
/// details about the set of where-clauses that are in scope at this