]> git.lizzy.rs Git - rust.git/blob - tests/ui/pattern/issue-72565.stderr
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / pattern / issue-72565.stderr
1 error: `&dyn PartialEq<u32>` cannot be used in patterns
2   --> $DIR/issue-72565.rs:6:9
3    |
4 LL |         F => panic!(),
5    |         ^
6
7 error: aborting due to previous error
8