blob: 5c7049f7c9bc7aafb74abd6bb851e6f53b81cf1e [file] [log] [blame]
fn main() {
struct::foo();
//~^ ERROR expected identifier
}
fn bar() {
mut::baz();
//~^ ERROR expected expression, found keyword `mut`
}