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
175 B
Plaintext
Raw Normal View History

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