rust/tests/ui/pattern/issue-72565.stderr

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

9 lines
173 B
Plaintext
Raw Normal View History

error: `dyn PartialEq<u32>` cannot be used in patterns
2020-10-01 05:10:33 +00:00
--> $DIR/issue-72565.rs:6:9
|
LL | F => panic!(),
| ^
error: aborting due to previous error