]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-start.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / feature-gates / feature-gate-start.stderr
1 error[E0658]: a #[start] function is an experimental feature whose signature may change over time (see issue #29633)
2   --> $DIR/feature-gate-start.rs:12:1
3    |
4 LL | fn foo() {} //~ ERROR: a #[start] function is an experimental feature
5    | ^^^^^^^^^^^
6    |
7    = help: add #![feature(start)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.