mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
loop match: handle opaque patterns tracking issue https://github.com/rust-lang/rust/issues/132306 fixes https://github.com/rust-lang/rust/issues/143203 I believe the `Opaque` comes up because the range pattern is invalid? Because we do handle float patterns already so those should be fine. r? `@Nadrieril`
For more information about how rustc works, see the rustc dev guide.