You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/ui/feature-gates/feature-gate-offset-of-enum.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ error[E0658]: using enums in offset_of is experimental
13
13
LL | offset_of!(Alpha, One);
14
14
| ^^^
15
15
|
16
-
= note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655> for more information
16
+
= note: see issue #120141 <https://github.com/rust-lang/rust/issues/120141> for more information
17
17
= help: add `#![feature(offset_of_enum)]` to the crate attributes to enable
18
18
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
19
19
@@ -29,7 +29,7 @@ error[E0658]: using enums in offset_of is experimental
29
29
LL | offset_of!(Alpha, Two.0);
30
30
| ^^^
31
31
|
32
-
= note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655> for more information
32
+
= note: see issue #120141 <https://github.com/rust-lang/rust/issues/120141> for more information
33
33
= help: add `#![feature(offset_of_enum)]` to the crate attributes to enable
34
34
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
Copy file name to clipboardexpand all lines: tests/ui/feature-gates/feature-gate-offset-of-nested.stderr
+10-5
Original file line number
Diff line number
Diff line change
@@ -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
= 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
0 commit comments