@@ -82,7 +82,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
82
82
LL | extern "efiapi" fn f10() {}
83
83
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
84
|
85
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
85
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
86
86
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
87
87
88
88
error[E0658]: intrinsics are subject to change
@@ -169,7 +169,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
169
169
LL | extern "efiapi" fn m10();
170
170
| ^^^^^^^^^^^^^^^^^^^^^^^^^
171
171
|
172
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
172
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
173
173
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
174
174
175
175
error[E0658]: vectorcall is experimental and subject to change
@@ -239,7 +239,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
239
239
LL | extern "efiapi" fn dm10() {}
240
240
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
241
241
|
242
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
242
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
243
243
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
244
244
245
245
error[E0658]: intrinsics are subject to change
@@ -326,7 +326,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
326
326
LL | extern "efiapi" fn m10() {}
327
327
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
328
328
|
329
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
329
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
330
330
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
331
331
332
332
error[E0658]: intrinsics are subject to change
@@ -413,7 +413,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
413
413
LL | extern "efiapi" fn im10() {}
414
414
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
415
415
|
416
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
416
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
417
417
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
418
418
419
419
error[E0658]: intrinsics are subject to change
@@ -500,7 +500,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
500
500
LL | type A10 = extern "efiapi" fn();
501
501
| ^^^^^^^^^^^^^^^^^^^^
502
502
|
503
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
503
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
504
504
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
505
505
506
506
error[E0658]: intrinsics are subject to change
@@ -587,7 +587,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
587
587
LL | extern "efiapi" {}
588
588
| ^^^^^^^^^^^^^^^^^^
589
589
|
590
- = note: for more information, see https://github.com/rust-lang/rust/issues/1
590
+ = note: for more information, see https://github.com/rust-lang/rust/issues/65815
591
591
= help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
592
592
593
593
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
0 commit comments