rust/compiler/rustc_pattern_analysis/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
..
constructor.rs Clean up more lifetimes 2023-12-26 02:06:39 +00:00
errors.rs s/RustcCtxt/RustcMatchCheckCtxt/ 2023-12-15 16:58:38 +01:00
lib.rs Yeet some lifetimes 2023-12-26 01:59:18 +00:00
lints.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
pat.rs Clean up more lifetimes 2023-12-26 02:06:39 +00:00
rustc.rs Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
usefulness.rs Elide more lifetimes 2023-12-26 02:12:33 +00:00