rust/compiler/rustc_lint_defs
Preston From 1219f72f90 Emit warning when named arguments are used positionally in format
Addresses Issue 98466 by emitting a warning if a named argument
is used like a position argument (i.e. the name is not used in
the string to be formatted).

Fixes rust-lang#98466
2022-07-13 15:34:10 -06:00
..
src Emit warning when named arguments are used positionally in format 2022-07-13 15:34:10 -06:00
Cargo.toml Use serde_json for json error messages 2022-06-03 16:46:19 +00:00