Files
rust/tests/ui/diagnostic-flags/allow-non-lint-warnings.without_flag.stderr
2025-03-30 01:32:21 +03:00

11 lines
260 B
Plaintext

warning: skipping const checks
|
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() }
| ^^^^^^^^^^^^^^
warning: 1 warning emitted