blob: 9675182c1561e0bd9d69e9139c897acc9552a13a [file] [log] [blame]
trait Foo {
pub fn foo();
//~^ ERROR expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found
}
fn main() {}