rust/compiler/rustc_parse/src
David Wood ae612241dc various: add rustc_lint_diagnostics to diag fns
The `rustc_lint_diagnostics` attribute is used by the diagnostic
translation/struct migration lints to identify calls where
non-translatable diagnostics or diagnostics outwith impls are being
created. Any function used in creating a diagnostic should be annotated
with this attribute so this commit adds the attribute to many more
functions.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-06-27 08:32:06 +01:00
..
lexer remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
parser various: add rustc_lint_diagnostics to diag fns 2022-06-27 08:32:06 +01:00
lib.rs various: add rustc_lint_diagnostics to diag fns 2022-06-27 08:32:06 +01:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00