rust/compiler
bors 2119976c49 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.
2021-07-16 13:35:48 +00:00
..
2021-07-15 16:09:57 -05:00
2021-07-13 17:58:50 +09:00
2021-07-06 19:22:27 +02:00
2021-07-10 20:54:49 +08:00