@@ -4,8 +4,9 @@ error[E0658]: only a single ident or integer is stable as the field in offset_of
44LL | offset_of!(Alpha, Two.0);
55 | ^
66 |
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
88 = 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
910
1011error[E0658]: only a single ident or integer is stable as the field in offset_of
1112 --> $DIR/feature-gate-offset-of-nested.rs:24:33
@@ -19,8 +20,9 @@ LL | | offset_of!((S, ()), 0.c);
1920LL | | offset_of!(S, c.t);
2021... |
2122 |
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
2324 = 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
2426 = note: this error originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info)
2527
2628error[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
2931LL | offset_of!(S, b.0);
3032 | ^
3133 |
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
3335 = 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
3437
3538error[E0658]: only a single ident or integer is stable as the field in offset_of
3639 --> $DIR/feature-gate-offset-of-nested.rs:26:27
3740 |
3841LL | offset_of!((S, ()), 0.c);
3942 | ^
4043 |
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
4245 = 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
4347
4448error[E0658]: only a single ident or integer is stable as the field in offset_of
4549 --> $DIR/feature-gate-offset-of-nested.rs:27:21
4650 |
4751LL | offset_of!(S, c.t);
4852 | ^
4953 |
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
5155 = 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
5257
5358error: aborting due to 5 previous errors
5459
0 commit comments