mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
Update test
This commit is contained in:
parent
b82ab24bbf
commit
cf3a256159
@ -52,7 +52,7 @@
|
||||
//~^ WARN unused attribute
|
||||
#![path = "3800"] //~ WARN unused attribute
|
||||
#![automatically_derived] //~ WARN unused attribute
|
||||
#![no_mangle]
|
||||
#![no_mangle] //~ WARN unused attribute
|
||||
#![no_link] //~ WARN unused attribute
|
||||
// see issue-43106-gating-of-derive.rs
|
||||
#![should_panic] //~ WARN unused attribute
|
||||
@ -70,8 +70,6 @@
|
||||
#![link()]
|
||||
#![link_name = "1900"]
|
||||
#![link_section = "1800"]
|
||||
#![no_builtins] // Yikes, dupe'd on BUILTIN_ATTRIBUTES list (see "0300")
|
||||
#![no_mangle] // Yikes, dupe'd on BUILTIN_ATTRIBUTES list (see "3500")
|
||||
// see issue-43106-gating-of-rustc_deprecated.rs
|
||||
#![must_use]
|
||||
// see issue-43106-gating-of-stable.rs
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user