rust/compiler/rustc_macros/src/diagnostics
Nicholas Nethercote 505c1371d0 Rename some Diagnostic setters.
`Diagnostic` has 40 methods that return `&mut Self` and could be
considered setters. Four of them have a `set_` prefix. This doesn't seem
necessary for a type that implements the builder pattern. This commit
removes the `set_` prefixes on those four methods.
2024-01-03 19:40:20 +11:00
..
diagnostic.rs Add level arg to into_diagnostic. 2023-12-19 09:19:25 +11:00
diagnostic_builder.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
error.rs avoid &format in error message code 2023-06-23 02:17:39 +09:00
mod.rs Streamline Diagnostic proc macro. 2023-12-19 09:05:23 +11:00
subdiagnostic.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
utils.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00