Skip to content

Commit 660aede

Browse files
committed
Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt
Rollup of 4 pull requests Successful merges: - #138285 (Stabilize `repr128`) - #139994 (add `CStr::display`) - #141571 (coretests: extend and simplify float tests) - #141656 (CI: Add cargo tests to aarch64-apple-darwin) Failed merges: - #141430 (remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`) - #141636 (avoid some usages of `&mut P<T>` in AST visitors) r? `@ghost` `@rustbot` modify labels: rollup
2 parents f7a97cc + 1d903b6 commit 660aede

File tree

5 files changed

+94
-101
lines changed

5 files changed

+94
-101
lines changed

tests/ui/auxiliary/proc_macro_attr.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#![feature(repr128, proc_macro_hygiene, proc_macro_quote, box_patterns)]
2-
#![allow(incomplete_features)]
1+
#![feature(proc_macro_hygiene, proc_macro_quote, box_patterns)]
32
#![allow(clippy::useless_conversion, clippy::uninlined_format_args)]
43

54
extern crate proc_macro;

tests/ui/auxiliary/proc_macro_derive.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#![feature(repr128, proc_macro_quote, proc_macro_span)]
2-
#![allow(incomplete_features)]
1+
#![feature(proc_macro_quote, proc_macro_span)]
32
#![allow(clippy::field_reassign_with_default)]
43
#![allow(clippy::eq_op)]
54
#![allow(clippy::literal_string_with_formatting_args)]

tests/ui/cast.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@no-rustfix: only some diagnostics have suggestions
22

3-
#![feature(repr128)]
4-
#![allow(incomplete_features)]
53
#![warn(
64
clippy::cast_precision_loss,
75
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)