mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
Fix compile error
This commit is contained in:
parent
a06870eb78
commit
391ebc1339
@ -183,7 +183,7 @@ fn test_env_with_pool<F>(
|
||||
});
|
||||
}
|
||||
|
||||
const D1: ty::DebruijnIndex = ty::DebruijnIndex::INNERMOST;
|
||||
const D1: ty::DebruijnIndex = ty::INNERMOST;
|
||||
const D2: ty::DebruijnIndex = D1.shifted_in(1);
|
||||
|
||||
impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> {
|
||||
|
Loading…
Reference in New Issue
Block a user