2025-03-30 00:39:55 +03:00
|
|
|
warning: skipping const checks
|
2024-12-05 08:09:02 +00:00
|
|
|
|
|
2025-03-30 00:39:55 +03:00
|
|
|
help: skipping check that does not even have a feature gate
|
|
|
|
|
--> $DIR/allow-non-lint-warnings.rs:24:23
|
|
|
|
|
|
|
|
|
|
|
LL | const fn constant() { non_constant() }
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
2024-12-05 08:09:02 +00:00
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|