]> git.lizzy.rs Git - rust.git/blob - tests/ui/match/issue-70972-dyn-trait.stderr
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / ui / match / issue-70972-dyn-trait.stderr
1 error: `&dyn Send` cannot be used in patterns
2   --> $DIR/issue-70972-dyn-trait.rs:6:9
3    |
4 LL |         F => panic!(),
5    |         ^
6
7 error: aborting due to previous error
8