We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc108d4 commit 82c07f0Copy full SHA for 82c07f0
clippy_utils/src/ty.rs
@@ -22,6 +22,7 @@ use rustc_span::symbol::Ident;
22
use rustc_span::{sym, Span, Symbol, DUMMY_SP};
23
use rustc_target::abi::{Size, VariantIdx};
24
use rustc_trait_selection::infer::InferCtxtExt;
25
+use rustc_trait_selection::traits::NormalizeExt;
26
use rustc_trait_selection::traits::query::normalize::AtExt;
27
use std::iter;
28
0 commit comments