Skip to content

Commit c974749

Browse files
authored
Update E0253.rs
changed error text
1 parent 5c2c19a commit c974749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0253.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ mod foo {
1616

1717
use foo::MyTrait::do_something;
1818
//~^ ERROR E0253
19-
//~|NOTE not directly importable
19+
//~|NOTE cannot be imported directly
2020

2121
fn main() {}

0 commit comments

Comments
 (0)