Skip to content

Commit 391ebc1

Browse files
Fix compile error
1 parent a06870e commit 391ebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fn test_env_with_pool<F>(
183183
});
184184
}
185185

186-
const D1: ty::DebruijnIndex = ty::DebruijnIndex::INNERMOST;
186+
const D1: ty::DebruijnIndex = ty::INNERMOST;
187187
const D2: ty::DebruijnIndex = D1.shifted_in(1);
188188

189189
impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> {

0 commit comments

Comments
 (0)