Update E0253.rs

changed error text
This commit is contained in:
Luke Hinds 2016-08-10 19:15:39 +01:00 committed by GitHub
parent 5c2c19aa89
commit c974749be8

View File

@ -16,6 +16,6 @@ mod foo {
use foo::MyTrait::do_something;
//~^ ERROR E0253
//~|NOTE not directly importable
//~|NOTE cannot be imported directly
fn main() {}