|
| 1 | +error[E0658]: `use` associated items of traits is unstable |
| 2 | + --> $DIR/feature-gate-import-trait-associated-functions.rs:4:9 |
| 3 | + | |
| 4 | +LL | use A::{DEFAULT, new}; |
| 5 | + | ^^^^^^^ |
| 6 | + | |
| 7 | + = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information |
| 8 | + = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable |
| 9 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 10 | + |
| 11 | +error[E0658]: `use` associated items of traits is unstable |
| 12 | + --> $DIR/feature-gate-import-trait-associated-functions.rs:4:18 |
| 13 | + | |
| 14 | +LL | use A::{DEFAULT, new}; |
| 15 | + | ^^^ |
| 16 | + | |
| 17 | + = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information |
| 18 | + = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable |
| 19 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 20 | + |
| 21 | +error[E0658]: `use` associated items of traits is unstable |
| 22 | + --> $DIR/feature-gate-import-trait-associated-functions.rs:7:5 |
| 23 | + | |
| 24 | +LL | use Default::default; |
| 25 | + | ^^^^^^^^^^^^^^^^ |
| 26 | + | |
| 27 | + = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information |
| 28 | + = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable |
| 29 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 30 | + |
| 31 | +error[E0658]: `use` associated items of traits is unstable |
| 32 | + --> $DIR/feature-gate-import-trait-associated-functions.rs:27:26 |
| 33 | + | |
| 34 | +LL | use super::A::{self, DEFAULT, new}; |
| 35 | + | ^^^^^^^ |
| 36 | + | |
| 37 | + = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information |
| 38 | + = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable |
| 39 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 40 | + |
| 41 | +error[E0658]: `use` associated items of traits is unstable |
| 42 | + --> $DIR/feature-gate-import-trait-associated-functions.rs:27:35 |
| 43 | + | |
| 44 | +LL | use super::A::{self, DEFAULT, new}; |
| 45 | + | ^^^ |
| 46 | + | |
| 47 | + = note: see issue #134691 <https://github.com/rust-lang/rust/issues/134691> for more information |
| 48 | + = help: add `#![feature(import_trait_associated_functions)]` to the crate attributes to enable |
| 49 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 50 | + |
| 51 | +error: aborting due to 5 previous errors |
| 52 | + |
| 53 | +For more information about this error, try `rustc --explain E0658`. |
0 commit comments