]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-naked_functions.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / feature-gates / feature-gate-naked_functions.stderr
1 error[E0658]: the `#[naked]` attribute is an experimental feature (see issue #32408)
2   --> $DIR/feature-gate-naked_functions.rs:11:1
3    |
4 LL | #[naked]
5    | ^^^^^^^^
6    |
7    = help: add #![feature(naked_functions)] to the crate attributes to enable
8
9 error[E0658]: the `#[naked]` attribute is an experimental feature (see issue #32408)
10   --> $DIR/feature-gate-naked_functions.rs:15:1
11    |
12 LL | #[naked]
13    | ^^^^^^^^
14    |
15    = help: add #![feature(naked_functions)] to the crate attributes to enable
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0658`.