summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.stderr
blob: 6a5eba38cacc6e8d2442f1c7593b286c2d8e0b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: the `#[rustc_error]` attribute is just used for rustc unit tests and will never be stable
  --> $DIR/feature-gate-generic_associated_types_extended.rs:5:1
   |
LL | #[rustc_error]
   | ^^^^^^^^^^^^^^
   |
   = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable

error: aborting due to previous error

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