We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2c19a commit c974749Copy full SHA for c974749
src/test/compile-fail/E0253.rs
@@ -16,6 +16,6 @@ mod foo {
16
17
use foo::MyTrait::do_something;
18
//~^ ERROR E0253
19
- //~|NOTE not directly importable
+ //~|NOTE cannot be imported directly
20
21
fn main() {}
0 commit comments