No lifetime on PlaceholderConst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user