]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-47094.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-47094.stderr
CommitLineData
dfeec247
XL
1error[E0566]: conflicting representation hints
2 --> $DIR/issue-47094.rs:1:8
2c00a5a8 3 |
dfeec247
XL
4LL | #[repr(C, u8)]
5 | ^ ^^
6 |
dfeec247
XL
7 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8 = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
2b03887a 9 = note: `#[deny(conflicting_repr_hints)]` on by default
2c00a5a8 10
dfeec247
XL
11error[E0566]: conflicting representation hints
12 --> $DIR/issue-47094.rs:8:8
2c00a5a8 13 |
0531ce1d 14LL | #[repr(C)]
2c00a5a8 15 | ^
dfeec247 16LL |
0531ce1d 17LL | #[repr(u8)]
2c00a5a8 18 | ^^
dfeec247
XL
19 |
20 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21 = note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
22
23error: aborting due to 2 previous errors
2c00a5a8 24
dfeec247 25For more information about this error, try `rustc --explain E0566`.