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