diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-19 10:57:17 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-24 13:53:35 +0000 |
| commit | e496fbec922b22d9b506ba55386c482b4bf06378 (patch) | |
| tree | 4dfaea897edd1520be88ed691073ea840143cec8 /compiler/rustc_ast_lowering/src/lib.rs | |
| parent | 64bcb326516ef7490db46de88b87a4c0990097fe (diff) | |
| download | rust-e496fbec922b22d9b506ba55386c482b4bf06378.tar.gz rust-e496fbec922b22d9b506ba55386c482b4bf06378.zip | |
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Diffstat (limited to 'compiler/rustc_ast_lowering/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_lowering/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ast_lowering/src/lib.rs b/compiler/rustc_ast_lowering/src/lib.rs index c969d709608..d07355a4154 100644 --- a/compiler/rustc_ast_lowering/src/lib.rs +++ b/compiler/rustc_ast_lowering/src/lib.rs @@ -61,7 +61,7 @@ use rustc_hir::def::{DefKind, LifetimeRes, Namespace, PartialRes, PerNS, Res}; use rustc_hir::def_id::{LocalDefId, CRATE_DEF_ID}; use rustc_hir::definitions::DefPathData; use rustc_hir::{ConstArg, GenericArg, ItemLocalId, ParamName, TraitCandidate}; -use rustc_index::vec::{Idx, IndexSlice, IndexVec}; +use rustc_index::{Idx, IndexSlice, IndexVec}; use rustc_middle::{ span_bug, ty::{ResolverAstLowering, TyCtxt}, |
