You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0303]: pattern bindings are not allowed after an `@`
--> src/test/compile-fail/E0007.rs:14:26
|
14 | op_string @ Some(s) => {},
| ^
To:
error[E0303]: pattern bindings are not allowed after an `@`
--> src/test/compile-fail/E0007.rs:14:26
|
14 | op_string @ Some(s) => {},
| ^ not allowed after `@`
The text was updated successfully, but these errors were encountered:
From: src/test/compile-fail/E0007.rs
E0303 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: