We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From: src/test/compile-fail/E0253.rs
E0253 needs a span_label, updating it from:
error[E0253]: `do_something` is not directly importable --> src/test/compile-fail/E0253.rs:17:5 | 17 | use foo::MyTrait::do_something; //~ ERROR E0253 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
To:
error[E0253]: `do_something` is not directly importable --> src/test/compile-fail/E0253.rs:17:5 | 17 | use foo::MyTrait::do_something; //~ ERROR E0253 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be imported directly
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#35558 - lukehinds:master, r=nikomatsakis
7d4cc15
Update error message for E0253 rust-lang#35512 Fixes rust-lang#35512. Part of rust-lang#35233.
79c3dd4
9c347b9
No branches or pull requests
From: src/test/compile-fail/E0253.rs
E0253 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: