File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ extern crate tracing;
61
61
extern crate rustc_abi;
62
62
extern crate rustc_apfloat;
63
63
extern crate rustc_ast;
64
- extern crate rustc_attr_parsing ;
64
+ extern crate rustc_attr_data_structures ;
65
65
extern crate rustc_const_eval;
66
66
extern crate rustc_data_structures;
67
67
extern crate rustc_errors;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use rand::rngs::StdRng;
13
13
use rand:: { Rng , SeedableRng } ;
14
14
use rustc_abi:: { Align , ExternAbi , Size } ;
15
15
use rustc_apfloat:: { Float , FloatConvert } ;
16
- use rustc_attr_parsing :: InlineAttr ;
16
+ use rustc_attr_data_structures :: InlineAttr ;
17
17
use rustc_data_structures:: fx:: { FxHashMap , FxHashSet } ;
18
18
#[ allow( unused) ]
19
19
use rustc_data_structures:: static_assert_size;
You can’t perform that action at this time.
0 commit comments