Skip to content

Commit 1d903b6

Browse files
committed
Stabilise repr128
1 parent 327967c commit 1d903b6

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)