Skip to content

Commit cf3a256

Browse files
committed
Update test
1 parent b82ab24 commit cf3a256

File tree

2 files changed

+186
-182
lines changed

2 files changed

+186
-182
lines changed

src/test/ui/feature-gate/issue-43106-gating-of-builtin-attrs.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//~^ WARN unused attribute
5353
#![path = "3800"] //~ WARN unused attribute
5454
#![automatically_derived] //~ WARN unused attribute
55-
#![no_mangle]
55+
#![no_mangle] //~ WARN unused attribute
5656
#![no_link] //~ WARN unused attribute
5757
// see issue-43106-gating-of-derive.rs
5858
#![should_panic] //~ WARN unused attribute
@@ -70,8 +70,6 @@
7070
#![link()]
7171
#![link_name = "1900"]
7272
#![link_section = "1800"]
73-
#![no_builtins] // Yikes, dupe'd on BUILTIN_ATTRIBUTES list (see "0300")
74-
#![no_mangle] // Yikes, dupe'd on BUILTIN_ATTRIBUTES list (see "3500")
7573
// see issue-43106-gating-of-rustc_deprecated.rs
7674
#![must_use]
7775
// see issue-43106-gating-of-stable.rs

0 commit comments

Comments
 (0)