File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 7caf35b2e5401d7740fdc567fdc388059208150b
1+ 52890e82153cd8716d97a96f47fb6ac99dec65be
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extern crate tracing;
5858extern crate rustc_abi;
5959extern crate rustc_apfloat;
6060extern crate rustc_ast;
61- extern crate rustc_attr ;
61+ extern crate rustc_attr_parsing ;
6262extern crate rustc_const_eval;
6363extern crate rustc_data_structures;
6464extern crate rustc_errors;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use std::{fmt, process};
1111use rand:: rngs:: StdRng ;
1212use rand:: { Rng , SeedableRng } ;
1313use rustc_abi:: { Align , ExternAbi , Size } ;
14- use rustc_attr :: InlineAttr ;
14+ use rustc_attr_parsing :: InlineAttr ;
1515use rustc_data_structures:: fx:: { FxHashMap , FxHashSet } ;
1616#[ allow( unused) ]
1717use rustc_data_structures:: static_assert_size;
You can’t perform that action at this time.
0 commit comments