about summary refs log tree commit diff
path: root/tests/ui/resolve/resolve-issue-135614.normal.stderr
blob: a9adeb0848e6f61ec26d87f5c915e72ba717a308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0658]: `use` associated items of traits is unstable
  --> $DIR/resolve-issue-135614.rs:7:5
   |
LL | use A::b;
   |     ^^^^
   |
   = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information
   = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable
   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0658`.