@@ -4,8 +4,9 @@ error[E0658]: only a single ident or integer is stable as the field in offset_of
4
4
LL | offset_of!(Alpha, Two.0);
5
5
| ^
6
6
|
7
- = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655 > for more information
7
+ = note: see issue #120140 <https://github.com/rust-lang/rust/issues/120140 > for more information
8
8
= help: add `#![feature(offset_of_nested)]` to the crate attributes to enable
9
+ = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9
10
10
11
error[E0658]: only a single ident or integer is stable as the field in offset_of
11
12
--> $DIR/feature-gate-offset-of-nested.rs:24:33
@@ -19,8 +20,9 @@ LL | | offset_of!((S, ()), 0.c);
19
20
LL | | offset_of!(S, c.t);
20
21
... |
21
22
|
22
- = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655 > for more information
23
+ = note: see issue #120140 <https://github.com/rust-lang/rust/issues/120140 > for more information
23
24
= help: add `#![feature(offset_of_nested)]` to the crate attributes to enable
25
+ = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
24
26
= note: this error originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info)
25
27
26
28
error[E0658]: only a single ident or integer is stable as the field in offset_of
@@ -29,26 +31,29 @@ error[E0658]: only a single ident or integer is stable as the field in offset_of
29
31
LL | offset_of!(S, b.0);
30
32
| ^
31
33
|
32
- = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655 > for more information
34
+ = note: see issue #120140 <https://github.com/rust-lang/rust/issues/120140 > for more information
33
35
= help: add `#![feature(offset_of_nested)]` to the crate attributes to enable
36
+ = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
34
37
35
38
error[E0658]: only a single ident or integer is stable as the field in offset_of
36
39
--> $DIR/feature-gate-offset-of-nested.rs:26:27
37
40
|
38
41
LL | offset_of!((S, ()), 0.c);
39
42
| ^
40
43
|
41
- = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655 > for more information
44
+ = note: see issue #120140 <https://github.com/rust-lang/rust/issues/120140 > for more information
42
45
= help: add `#![feature(offset_of_nested)]` to the crate attributes to enable
46
+ = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
43
47
44
48
error[E0658]: only a single ident or integer is stable as the field in offset_of
45
49
--> $DIR/feature-gate-offset-of-nested.rs:27:21
46
50
|
47
51
LL | offset_of!(S, c.t);
48
52
| ^
49
53
|
50
- = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655 > for more information
54
+ = note: see issue #120140 <https://github.com/rust-lang/rust/issues/120140 > for more information
51
55
= help: add `#![feature(offset_of_nested)]` to the crate attributes to enable
56
+ = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
52
57
53
58
error: aborting due to 5 previous errors
54
59
0 commit comments