1error[E0253]: `foo` is not directly importable
2  --> $DIR/import-trait-method.rs:5:5
3   |
4LL | use Foo::foo;
5   |     ^^^^^^^^ cannot be imported directly
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0253`.
10