rust/compiler/rustc_pattern_analysis
Matthias Krüger 4ffb1a7f3d
Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb
Remove unused args from functions

`#[instrument]` suppresses the unused arguments from a function, *and* suppresses unused methods too! This PR removes things which are only used via `#[instrument]` calls, and fixes some other errors (privacy?) that I will comment inline.

It's possible that some of these arguments were being passed in for the purposes of being instrumented, but I am unconvinced by most of them.
2024-02-08 20:34:57 +01:00
..
src Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb 2024-02-08 20:34:57 +01:00
Cargo.toml Stop using derivative in rustc_pattern_analysis 2024-01-27 14:21:01 +02:00
messages.ftl Extract exhaustiveness into its own crate 2023-12-11 11:20:55 +01:00