rust/compiler
Dylan DPC e4e1a995dc
Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=fee1-dead
add note for non-exhaustive matches with guards

Associated issue: #92197

When a match statement includes guards on every match arm (and is therefore necessarily non-exhaustive), add a note to the error E0004 diagnostic noting this.
2023-06-28 18:28:47 +05:30
..
2023-06-27 22:12:29 +09:00
2023-06-26 23:12:04 +00:00
2023-06-28 01:55:32 -04:00
2023-06-26 23:12:04 +00:00
2023-06-26 23:12:04 +00:00