2023-02-14 09:17:34 +00:00
|
|
|
error: `dyn Send` cannot be used in patterns
|
2020-04-12 13:34:42 +00:00
|
|
|
--> $DIR/issue-70972-dyn-trait.rs:6:9
|
|
|
|
|
|
|
|
|
LL | F => panic!(),
|
|
|
|
| ^
|
|
|
|
|
2020-09-23 15:03:31 +00:00
|
|
|
error: aborting due to previous error
|
2020-04-12 13:34:42 +00:00
|
|
|
|