Files
rust/compiler/rustc_codegen_ssa/src
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
..
2024-01-03 19:40:20 +11:00
2023-09-19 11:11:02 +02:00
2024-01-03 19:40:20 +11:00
2023-12-30 18:17:28 +01:00