]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-generic_associated_types_extended.stderr
Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov
[rust.git] / tests / ui / feature-gates / feature-gate-generic_associated_types_extended.stderr
1 error[E0658]: the `#[rustc_error]` attribute is just used for rustc unit tests and will never be stable
2   --> $DIR/feature-gate-generic_associated_types_extended.rs:3:1
3    |
4 LL | #[rustc_error]
5    | ^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.