Skip to content

Commit

Permalink
Update E0253.rs
Browse files Browse the repository at this point in the history
changed error text
  • Loading branch information
lukehinds authored Aug 10, 2016
1 parent 5c2c19a commit c974749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0253.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ mod foo {

use foo::MyTrait::do_something;
//~^ ERROR E0253
//~|NOTE not directly importable
//~|NOTE cannot be imported directly

fn main() {}

0 comments on commit c974749

Please sign in to comment.