mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Move some run-pass attribute tests to ui
This commit is contained in:
parent
6a66491883
commit
8e8ab49bca
@ -1,6 +1,6 @@
|
||||
// compile-pass
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(unused)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(test)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
// compile-pass
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(unused)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(test)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
// compile-pass
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(unused)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
#[rustc_dummy(bar)]
|
@ -1,6 +1,6 @@
|
||||
// compile-pass
|
||||
// pp-exact - Make sure we actually print the attributes
|
||||
|
||||
#![allow(unused)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
struct Cat {
|
@ -1,4 +1,5 @@
|
||||
#![allow(unused)]
|
||||
// compile-pass
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
struct Cat {
|
@ -2,7 +2,8 @@
|
||||
// for completeness since .rs files linked from .rc files support this
|
||||
// notation to specify their module's attributes
|
||||
|
||||
#![allow(unused)]
|
||||
// compile-pass
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
#![rustc_dummy = "val"]
|
@ -1,7 +1,7 @@
|
||||
// compile-pass
|
||||
// pp-exact - Make sure we print all the attributes
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(unused)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
#[rustc_dummy]
|
@ -1,7 +1,7 @@
|
||||
// compile-pass
|
||||
// pp-exact - Make sure we actually print the attributes
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(unused)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
Loading…
Reference in New Issue
Block a user