]> git.proxmox.com Git - rustc.git/blame_incremental - 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
1error[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 |
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`.