@@ -48,7 +48,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
48
48
LL | unsafe extern "custom" fn f7() {
49
49
| ^^^^^^^^
50
50
|
51
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
51
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
52
52
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
53
53
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
54
54
@@ -58,7 +58,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
58
58
LL | extern "custom" fn m7();
59
59
| ^^^^^^^^
60
60
|
61
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
61
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
62
62
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
63
63
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
64
64
@@ -68,7 +68,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
68
68
LL | extern "custom" fn dm7() {
69
69
| ^^^^^^^^
70
70
|
71
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
71
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
72
72
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
73
73
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
74
74
@@ -78,7 +78,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
78
78
LL | extern "custom" fn m7() {
79
79
| ^^^^^^^^
80
80
|
81
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
81
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
82
82
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
83
83
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
84
84
@@ -88,7 +88,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
88
88
LL | extern "custom" fn im7() {
89
89
| ^^^^^^^^
90
90
|
91
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
91
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
92
92
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
93
93
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
94
94
@@ -98,7 +98,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
98
98
LL | type A7 = extern "custom" fn();
99
99
| ^^^^^^^^
100
100
|
101
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
101
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
102
102
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
103
103
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
104
104
@@ -108,7 +108,7 @@ error[E0658]: the extern "custom" ABI is experimental and subject to change
108
108
LL | extern "custom" {}
109
109
| ^^^^^^^^
110
110
|
111
- = note: see issue #140566 <https://github.com/rust-lang/rust/issues/140566 > for more information
111
+ = note: see issue #140829 <https://github.com/rust-lang/rust/issues/140829 > for more information
112
112
= help: add `#![feature(abi_custom)]` to the crate attributes to enable
113
113
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
114
114
0 commit comments