blob: e8785eea307e8cba4fb570256690b5615e1aae55 [file] [log] [blame] [edit]
//@ run-rustfix
#![allow(dead_code)]
trait Foo {
fn bar() {} //~ ERROR non-item in item list
}
fn main() {}