Skip to content

Commit e92d13e

Browse files
committed
Update ui tests
1 parent 2adc6da commit e92d13e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

+1-1
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] //~ WARN unused attribute
55+
#![no_mangle]
5656
#![no_link] //~ WARN unused attribute
5757
// see issue-43106-gating-of-derive.rs
5858
#![should_panic] //~ WARN unused attribute

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

-6
Original file line numberDiff line numberDiff line change
@@ -1152,12 +1152,6 @@ warning: unused attribute
11521152
LL | #![automatically_derived]
11531153
| ^^^^^^^^^^^^^^^^^^^^^^^^^
11541154

1155-
warning: unused attribute
1156-
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:55:1
1157-
|
1158-
LL | #![no_mangle]
1159-
| ^^^^^^^^^^^^^
1160-
11611155
warning: unused attribute
11621156
--> $DIR/issue-43106-gating-of-builtin-attrs.rs:56:1
11631157
|

0 commit comments

Comments
 (0)