rust/compiler/rustc_interface/src
Dylan DPC 8c5c983e5b
Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank
Emit warning when named arguments are used positionally in format

Addresses Issue 98466 by emitting an error 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-14 19:24:03 +05:30
..
callbacks.rs typo 2022-05-23 22:51:34 +02:00
interface.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
passes.rs Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank 2022-07-14 19:24:03 +05:30
proc_macro_decls.rs update Finder to store LocalDefId 2022-04-09 14:00:22 -04:00
queries.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
tests.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
util.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00