diff options
| author | bors <bors@rust-lang.org> | 2021-07-16 13:35:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-16 13:35:48 +0000 |
| commit | 2119976c492894b72287f08865c71d63cff8d471 (patch) | |
| tree | 816217d9db754659f3d0c4361048885eb7f09be5 /compiler/rustc_mir/src/transform/coverage/debug.rs | |
| parent | 59d92bd0173fb0436b93aa56ff2cb288d4717701 (diff) | |
| parent | 1537cd4fb1552ddeeee4f590a9cba59a3f99b2b9 (diff) | |
| download | rust-2119976c492894b72287f08865c71d63cff8d471.tar.gz rust-2119976c492894b72287f08865c71d63cff8d471.zip | |
Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk
Remove refs from Pat slices Changes `PatKind::Or(&'hir [&'hir Pat<'hir>])` to `PatKind::Or(&'hir [Pat<'hir>])` and others. This is more consistent with `ExprKind`, saves a little memory, and is a little easier to use.
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions
