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.
1 parent 2da770e commit 7001479Copy full SHA for 7001479
src/lib.rs
@@ -58,7 +58,7 @@ extern crate tracing;
58
extern crate rustc_abi;
59
extern crate rustc_apfloat;
60
extern crate rustc_ast;
61
-extern crate rustc_attr;
+extern crate rustc_attr_parsing;
62
extern crate rustc_const_eval;
63
extern crate rustc_data_structures;
64
extern crate rustc_errors;
src/machine.rs
@@ -11,7 +11,7 @@ use std::{fmt, process};
11
use rand::rngs::StdRng;
12
use rand::{Rng, SeedableRng};
13
use rustc_abi::{Align, ExternAbi, Size};
14
-use rustc_attr::InlineAttr;
+use rustc_attr_parsing::InlineAttr;
15
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
16
#[allow(unused)]
17
use rustc_data_structures::static_assert_size;
0 commit comments