You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_lint/messages.ftl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -829,6 +829,7 @@ lint_unexpected_cfg_add_build_rs_println = or consider adding `{$build_rs_printl
829
829
lint_unexpected_cfg_add_cargo_feature = consider using a Cargo feature instead
830
830
lint_unexpected_cfg_add_cargo_toml_lint_cfg = or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:{$cargo_toml_lint_cfg}
831
831
lint_unexpected_cfg_add_cmdline_arg = to expect this configuration use `{$cmdline_arg}`
832
+
lint_unexpected_cfg_boolean = consider using a boolean literal
832
833
lint_unexpected_cfg_cargo_update = the {$macro_kind} `{$macro_name}` may come from an old version of the `{$crate_name}` crate, try updating your dependency with `cargo update -p {$crate_name}`
833
834
834
835
lint_unexpected_cfg_define_features = consider defining some features in `Cargo.toml`
0 commit comments