rust/tests/ui/cfg/disallowed-cli-cfgs.fmt_debug_.stderr
Kornel 88b9edc9db
fmt-debug option
Allows disabling `fmt::Debug` derive and debug formatting.
2024-08-28 23:32:40 +01:00

9 lines
331 B
Plaintext

error: unexpected `--cfg fmt_debug="shallow"` flag
|
= note: config `fmt_debug` is only supposed to be controlled by `-Z fmt-debug`
= note: manually setting a built-in cfg can and does create incoherent behaviors
= note: `#[deny(explicit_builtin_cfgs_in_flags)]` on by default
error: aborting due to 1 previous error