blob: e5a311537810dcd723d9b278920be065b56b2b69 (
plain)
1
2
3
4
5
6
7
8
|
error[E0253]: `do_something` is not directly importable
--> $DIR/E0253.rs:17:5
|
17 | use foo::MyTrait::do_something;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be imported directly
error: aborting due to previous error
|