blob: fb4cc94f779fe7242a5bc7a59d159595b2dbe2a4 [file] [log] [blame]
#![feature(
foo_bar_baz,
foo(bar),
foo = "baz"
)]
//~^^^ ERROR: malformed feature
//~^^^ ERROR: malformed feature
#![feature] //~ ERROR: attribute must be of the form
#![feature = "foo"] //~ ERROR: attribute must be of the form
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
fn main() {}