rust/compiler/rustc_errors/src
T-O-R-U-S 72a25d05bf Use implicit capture syntax in format_args
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
2022-03-10 10:23:40 -05:00
..
json Remove support for JSON deserialization to Rust 2022-02-20 18:58:21 -05:00
annotate_snippet_emitter_writer.rs Added Expect lint level and attribute (RFC-2383) 2022-03-02 17:46:05 +01:00
diagnostic_builder.rs diagnostics: only talk about Cargo.toml if running under Cargo 2022-03-07 10:54:17 -07:00
diagnostic.rs diagnostics: only talk about Cargo.toml if running under Cargo 2022-03-07 10:54:17 -07:00
emitter.rs Account for suggestions for complete removal of lines 2022-03-09 23:51:10 +00:00
json.rs Avoid emitting full macro body into JSON 2022-02-24 11:16:45 -05:00
lib.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
lock.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
registry.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
snippet.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
styled_buffer.rs review 2021-04-24 22:37:42 +03:00