about summary refs log tree commit diff
path: root/tests/ui/match/issue-70972-dyn-trait.stderr
blob: b0af50f8599c57693ce77dec192f2fecdbd8ba52 (plain)
1
2
3
4
5
6
7
8
error: `dyn Send` cannot be used in patterns
  --> $DIR/issue-70972-dyn-trait.rs:6:9
   |
LL |         F => panic!(),
   |         ^

error: aborting due to 1 previous error