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
+1-1Lines changed: 1 addition & 1 deletion
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`
@@ -837,7 +838,6 @@ lint_unexpected_cfg_doc_rustc = see <https://doc.rust-lang.org/nightly/rustc/che
837
838
838
839
lint_unexpected_cfg_from_external_macro_origin = using a cfg inside a {$macro_kind} will use the cfgs from the destination crate and not the ones from the defining crate
839
840
lint_unexpected_cfg_from_external_macro_refer = try referring to `{$macro_name}` crate for guidance on how handle this unexpected cfg
840
-
lint_unexpected_cfg_boolean = consider using a boolean literal
0 commit comments