|
error: expected when expression
|
|
--> cases/widget_new/when_missing_expr1.rs:5:13
|
|
|
|
|
5 | let _ = Wgt! {
|
|
| _____________^
|
|
6 | | when
|
|
7 | | };
|
|
| |_____^
|
|
|
|
|
= note: this error originates in the macro `Wgt` (in Nightly builds, run with -Z macro-backtrace for more info)
|