2016-04-07 00:43:03 +02:00
|
|
|
// checks that this attribute is caught on non-macro items.
|
|
|
|
// this needs a different test since this is done after expansion
|
2015-02-15 23:49:55 +01:00
|
|
|
|
2016-04-07 00:43:03 +02:00
|
|
|
#[allow_internal_unstable] //~ ERROR allow_internal_unstable side-steps
|
|
|
|
struct S;
|
2015-02-15 23:49:55 +01:00
|
|
|
|
2016-04-07 00:43:03 +02:00
|
|
|
fn main() {}
|