blob: 0782fe4c108f751c2c498dee513f44021f21917e [file] [log] [blame]
#![feature(
foo_bar_baz,
foo(bar),
foo = "baz"
)]
//~^^^ ERROR: malformed feature
//~^^^ ERROR: malformed feature
#![feature] //~ ERROR: malformed feature
#![feature = "foo"] //~ ERROR: malformed feature
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
fn main() {}