2020-09-20 10:22:33 -05: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-20 10:22:33 -05:00
|
|
|
error: `&dyn Send` cannot be used in patterns
|
|
|
|
--> $DIR/issue-70972-dyn-trait.rs:6:9
|
|
|
|
|
|
|
|
|
LL | F => panic!(),
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2020-04-12 08:34:42 -05:00
|
|
|
|