blob: a24b3a1364447e9b27275a1967e3a04fff1cf877 [file] [log] [blame]
trait Foo {
fn foo();
}
use Foo::foo; //~ ERROR `use` associated items of traits is unstable [E0658]
fn main() { foo(); } //~ ERROR type annotations needed