]> git.proxmox.com Git - rustc.git/blame - src/test/ui/repr/feature-gate-no-niche.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / repr / feature-gate-no-niche.stderr
CommitLineData
74b04a01
XL
1error[E0658]: the attribute `repr(no_niche)` is currently unstable
2 --> $DIR/feature-gate-no-niche.rs:4:8
3 |
4LL | #[repr(no_niche)]
5 | ^^^^^^^^
6 |
7 = help: add `#![feature(no_niche)]` to the crate attributes to enable
8
9error[E0658]: the attribute `repr(no_niche)` is currently unstable
10 --> $DIR/feature-gate-no-niche.rs:8:21
11 |
12LL | #[repr(transparent, no_niche)]
13 | ^^^^^^^^
14 |
15 = help: add `#![feature(no_niche)]` to the crate attributes to enable
16
17error[E0658]: the attribute `repr(no_niche)` is currently unstable
18 --> $DIR/feature-gate-no-niche.rs:12:8
19 |
20LL | #[repr(no_niche)]
21 | ^^^^^^^^
22 |
23 = help: add `#![feature(no_niche)]` to the crate attributes to enable
24
25error[E0658]: the attribute `repr(no_niche)` is currently unstable
26 --> $DIR/feature-gate-no-niche.rs:16:8
27 |
28LL | #[repr(no_niche)]
29 | ^^^^^^^^
30 |
31 = help: add `#![feature(no_niche)]` to the crate attributes to enable
32
33error: aborting due to 4 previous errors
34
35For more information about this error, try `rustc --explain E0658`.