]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-generic_associated_types_extended.stderr
CommitLineData
5e7ed085 1error[E0658]: the `#[rustc_error]` attribute is just used for rustc unit tests and will never be stable
f2b60f7d 2 --> $DIR/feature-gate-generic_associated_types_extended.rs:3:1
5e7ed085
FG
3 |
4LL | #[rustc_error]
5 | ^^^^^^^^^^^^^^
6 |
7 = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0658`.