Remove extern crate rustc_session
from rustc_lint
.
This commit is contained in:
parent
6ce258f657
commit
e6b3e20243
28 changed files with 27 additions and 2 deletions
|
@ -4,6 +4,7 @@ use rustc_macros::{LintDiagnostic, Subdiagnostic};
|
|||
use rustc_middle::ty::{
|
||||
self, fold::BottomUpFolder, print::TraitPredPrintModifiersAndPath, Ty, TypeFoldable,
|
||||
};
|
||||
use rustc_session::{declare_lint, declare_lint_pass};
|
||||
use rustc_span::{symbol::kw, Span};
|
||||
use rustc_trait_selection::traits;
|
||||
use rustc_trait_selection::traits::query::evaluate_obligation::InferCtxtExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue