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.
2 parents 24268dd + 45f3ba6 commit 0e28309Copy full SHA for 0e28309
src/lib.rs
@@ -57,7 +57,6 @@ extern crate tracing;
57
extern crate rustc_abi;
58
extern crate rustc_apfloat;
59
extern crate rustc_ast;
60
-extern crate rustc_attr_data_structures;
61
extern crate rustc_const_eval;
62
extern crate rustc_data_structures;
63
extern crate rustc_errors;
src/machine.rs
@@ -12,7 +12,7 @@ use rand::rngs::StdRng;
12
use rand::{Rng, SeedableRng};
13
use rustc_abi::{Align, ExternAbi, Size};
14
use rustc_apfloat::{Float, FloatConvert};
15
-use rustc_attr_data_structures::InlineAttr;
+use rustc_hir::attrs::InlineAttr;
16
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
17
#[allow(unused)]
18
use rustc_data_structures::static_assert_size;
0 commit comments