diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-05-16 01:53:21 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-05-17 01:57:21 +0200 |
| commit | 54b582a0e8093844bfd42a5f5761212730e7ce05 (patch) | |
| tree | fa18448ff90b8afacc7948e650651e5e84a69fcd /compiler/rustc_monomorphize/src/lib.rs | |
| parent | d169581ea75ab0b52279dcaebe7cdfd09da4be92 (diff) | |
| download | rust-54b582a0e8093844bfd42a5f5761212730e7ce05.tar.gz rust-54b582a0e8093844bfd42a5f5761212730e7ce05.zip | |
Finish move of query.rs
Diffstat (limited to 'compiler/rustc_monomorphize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_monomorphize/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs index 1c18e6b0b02..ecc50c3f664 100644 --- a/compiler/rustc_monomorphize/src/lib.rs +++ b/compiler/rustc_monomorphize/src/lib.rs @@ -12,10 +12,9 @@ extern crate rustc_middle; use rustc_errors::{DiagnosticMessage, SubdiagnosticMessage}; use rustc_fluent_macro::fluent_messages; use rustc_hir::lang_items::LangItem; -use rustc_middle::query::Providers; +use rustc_middle::query::{Providers, TyCtxtAt}; use rustc_middle::traits; use rustc_middle::ty::adjustment::CustomCoerceUnsized; -use rustc_middle::ty::query::TyCtxtAt; use rustc_middle::ty::{self, Ty}; mod collector; |
