diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-04-25 11:32:28 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-04-25 11:32:28 +0000 |
| commit | 1c978ee51610dcc282c35930231ea737042e56c5 (patch) | |
| tree | ac1f35f1836ca7e450fc3f66ee065a9d29122689 /src/common.rs | |
| parent | 805c4a27f51f331a7322b377d5ad42aee19c8455 (diff) | |
| parent | 106db3ef59a20abd4403587895140114236ea4f5 (diff) | |
Sync from rust f5559e338256f17ada6d82b429acc2dbd8facc9c
Diffstat (limited to 'src/common.rs')
| -rw-r--r-- | src/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.rs b/src/common.rs index 089a5b038e3..30f4cf4473c 100644 --- a/src/common.rs +++ b/src/common.rs @@ -2,7 +2,7 @@ use cranelift_codegen::isa::TargetFrontendConfig; use gimli::write::FileId; use rustc_data_structures::sync::Lrc; -use rustc_index::vec::IndexVec; +use rustc_index::IndexVec; use rustc_middle::ty::layout::{ FnAbiError, FnAbiOfHelpers, FnAbiRequest, LayoutError, LayoutOfHelpers, }; |
