1
Fork 0

depend more on attr_data_structures and move find_attr! there

This commit is contained in:
Jana Dönszelmann 2025-02-12 15:04:26 +01:00
parent 03eb454523
commit 4203e9c56d
No known key found for this signature in database
15 changed files with 73 additions and 68 deletions

View file

@ -41,7 +41,7 @@ use rustc_span::def_id::LOCAL_CRATE;
use rustc_span::source_map::Spanned;
use rustc_span::{DUMMY_SP, Span, Symbol};
use rustc_target::spec::PanicStrategy;
use {rustc_abi as abi, rustc_ast as ast, rustc_attr_parsing as attr, rustc_hir as hir};
use {rustc_abi as abi, rustc_ast as ast, rustc_attr_data_structures as attr, rustc_hir as hir};
use crate::infer::canonical::{self, Canonical};
use crate::lint::LintExpectation;