2023-02-08 13:25:38 +00:00
|
|
|
error: `foobar` is not yet stable as a const fn
|
|
|
|
|
--> $DIR/const-stability-attribute-implies-no-feature.rs:12:5
|
|
|
|
|
|
|
|
|
|
|
LL | foobar();
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
2024-12-28 18:20:44 +00:00
|
|
|
help: add `#![feature(const_foobar)]` to the crate attributes to enable
|
|
|
|
|
|
|
|
|
|
|
LL + #![feature(const_foobar)]
|
|
|
|
|
|
|
2023-02-08 13:25:38 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-08 13:25:38 +00:00
|
|
|
|