@@ -5,6 +5,7 @@ LL | #[repr(uwu)]
5
5
| ^^^
6
6
|
7
7
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
8
+ = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
8
9
9
10
error[E0552]: unrecognized representation hint
10
11
--> $DIR/invalid_repr_list_help.rs:6:8
@@ -13,6 +14,7 @@ LL | #[repr(uwu = "a")]
13
14
| ^^^^^^^^^
14
15
|
15
16
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
17
+ = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
16
18
17
19
error[E0552]: unrecognized representation hint
18
20
--> $DIR/invalid_repr_list_help.rs:9:8
@@ -21,6 +23,7 @@ LL | #[repr(uwu(4))]
21
23
| ^^^^^^
22
24
|
23
25
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
26
+ = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
24
27
25
28
error[E0552]: unrecognized representation hint
26
29
--> $DIR/invalid_repr_list_help.rs:14:8
@@ -29,6 +32,7 @@ LL | #[repr(uwu, u8)]
29
32
| ^^^
30
33
|
31
34
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
35
+ = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
32
36
33
37
error[E0552]: unrecognized representation hint
34
38
--> $DIR/invalid_repr_list_help.rs:19:8
@@ -37,6 +41,7 @@ LL | #[repr(uwu)]
37
41
| ^^^
38
42
|
39
43
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
44
+ = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
40
45
41
46
error: unknown `doc` attribute `owo`
42
47
--> $DIR/invalid_repr_list_help.rs:20:7
0 commit comments