Skip to content

Commit 593954b

Browse files
authored
Merge pull request #4097 from rust-lang/rustup-2024-12-18
Automatic Rustup
2 parents b9a24fc + c4ef39e commit 593954b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7caf35b2e5401d7740fdc567fdc388059208150b
1+
52890e82153cd8716d97a96f47fb6ac99dec65be

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extern crate tracing;
5858
extern crate rustc_abi;
5959
extern crate rustc_apfloat;
6060
extern crate rustc_ast;
61-
extern crate rustc_attr;
61+
extern crate rustc_attr_parsing;
6262
extern crate rustc_const_eval;
6363
extern crate rustc_data_structures;
6464
extern crate rustc_errors;

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::{fmt, process};
1111
use rand::rngs::StdRng;
1212
use rand::{Rng, SeedableRng};
1313
use rustc_abi::{Align, ExternAbi, Size};
14-
use rustc_attr::InlineAttr;
14+
use rustc_attr_parsing::InlineAttr;
1515
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
1616
#[allow(unused)]
1717
use rustc_data_structures::static_assert_size;

0 commit comments

Comments
 (0)