about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-17 06:38:14 +0100
committerGitHub <noreply@github.com>2025-02-17 06:38:14 +0100
commit2a25a16c570e0f7d72b272e63347c28620abb761 (patch)
tree835c0488496680191891892104e9d9a79600ffea /compiler/rustc_pattern_analysis/src
parentfab38375bcef50ae5f7e1e3deb3e2440a6091270 (diff)
parent84bdc5de6e4f9dc3434b806a74d89b5b676f4a67 (diff)
downloadrust-2a25a16c570e0f7d72b272e63347c28620abb761.tar.gz
rust-2a25a16c570e0f7d72b272e63347c28620abb761.zip
Rollup merge of #137100 - fmease:hirtylow-rm-clauses-wrapper, r=compiler-errors
HIR analysis: Remove unnecessary abstraction over list of clauses

`rustc_hir_analysis::bounds::Bounds` with its methods is nowadays a paper-thin wrapper around `Vec<(Clause, Span)>`s and `Vec::push` essentially.

Its existence slightly annoyed me (and I keep opening its corresp. file instead of the identically named `bounds.rs` in `hir_ty_lowering/` that I actually want most of the time :P).

Opening to check if you agree with inlining it.
r? compiler-errors or reassign
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions