Files
rust/tests/ui/inline-const/in-pat-recovery.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
255 B
Plaintext
Raw Normal View History

2025-03-14 12:47:08 +01:00
error: `inline_const_pat` has been removed
--> $DIR/in-pat-recovery.rs:6:15
|
LL | const { 1 + 7 } => {}
| ^^^^^^^^^
|
= help: use a named `const`-item or an `if`-guard instead
error: aborting due to 1 previous error