Skip to content

Commit 882d5ad

Browse files
committed
Auto merge of #141238 - Zalathar:rollup-zdqpazo, r=Zalathar
Rollup of 4 pull requests Successful merges: - #140049 (fix autodiff macro on generic functions) - #140874 (make `rustc_attr_parsing` less dominant in the rustc crate graph) - #141094 (add regression test for rust-lang#101650) - #141110 ([std] fix the presentation of `split_off_mut` and `split_off` documentation) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2b1650e + fa20ef2 commit 882d5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extern crate tracing;
6060
extern crate rustc_abi;
6161
extern crate rustc_apfloat;
6262
extern crate rustc_ast;
63-
extern crate rustc_attr_parsing;
63+
extern crate rustc_attr_data_structures;
6464
extern crate rustc_const_eval;
6565
extern crate rustc_data_structures;
6666
extern crate rustc_errors;

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use rand::rngs::StdRng;
1313
use rand::{Rng, SeedableRng};
1414
use rustc_abi::{Align, ExternAbi, Size};
1515
use rustc_apfloat::{Float, FloatConvert};
16-
use rustc_attr_parsing::InlineAttr;
16+
use rustc_attr_data_structures::InlineAttr;
1717
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
1818
#[allow(unused)]
1919
use rustc_data_structures::static_assert_size;

0 commit comments

Comments
 (0)