@@ -82,7 +82,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
8282LL | extern "efiapi" fn f10() {}
8383 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
8484 |
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
8686 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
8787
8888error[E0658]: intrinsics are subject to change
@@ -169,7 +169,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
169169LL | extern "efiapi" fn m10();
170170 | ^^^^^^^^^^^^^^^^^^^^^^^^^
171171 |
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
173173 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
174174
175175error[E0658]: vectorcall is experimental and subject to change
@@ -239,7 +239,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
239239LL | extern "efiapi" fn dm10() {}
240240 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
241241 |
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
243243 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
244244
245245error[E0658]: intrinsics are subject to change
@@ -326,7 +326,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
326326LL | extern "efiapi" fn m10() {}
327327 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
328328 |
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
330330 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
331331
332332error[E0658]: intrinsics are subject to change
@@ -413,7 +413,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
413413LL | extern "efiapi" fn im10() {}
414414 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
415415 |
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
417417 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
418418
419419error[E0658]: intrinsics are subject to change
@@ -500,7 +500,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
500500LL | type A10 = extern "efiapi" fn();
501501 | ^^^^^^^^^^^^^^^^^^^^
502502 |
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
504504 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
505505
506506error[E0658]: intrinsics are subject to change
@@ -587,7 +587,7 @@ error[E0658]: efiapi ABI is experimental and subject to change
587587LL | extern "efiapi" {}
588588 | ^^^^^^^^^^^^^^^^^^
589589 |
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
591591 = help: add `#![feature(abi_efiapi)]` to the crate attributes to enable
592592
593593error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
0 commit comments