]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/feature-gates/feature-gate-naked_functions.stderr
Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez
[rust.git] / src / test / ui / feature-gates / feature-gate-naked_functions.stderr
index d4041f4ecd8fc513e0e617b5b7b49683a662b252..d95561d20133e8768f8f3c65b91c8cbd6733e410 100644 (file)
@@ -1,19 +1,19 @@
 error[E0658]: the `#[naked]` attribute is an experimental feature
-  --> $DIR/feature-gate-naked_functions.rs:1:1
+  --> $DIR/feature-gate-naked_functions.rs:3:1
    |
 LL | #[naked]
    | ^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/32408
+   = note: see issue #32408 <https://github.com/rust-lang/rust/issues/32408> for more information
    = help: add `#![feature(naked_functions)]` to the crate attributes to enable
 
 error[E0658]: the `#[naked]` attribute is an experimental feature
-  --> $DIR/feature-gate-naked_functions.rs:5:1
+  --> $DIR/feature-gate-naked_functions.rs:9:1
    |
 LL | #[naked]
    | ^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/32408
+   = note: see issue #32408 <https://github.com/rust-lang/rust/issues/32408> for more information
    = help: add `#![feature(naked_functions)]` to the crate attributes to enable
 
 error: aborting due to 2 previous errors