Skip to content

E0303 needs to be updated to new format #35790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sophiajt opened this issue Aug 18, 2016 · 0 comments
Closed

E0303 needs to be updated to new format #35790

sophiajt opened this issue Aug 18, 2016 · 0 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints

Comments

@sophiajt
Copy link
Contributor

From: src/test/compile-fail/E0007.rs

E0303 needs a span_label, updating it from:

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 `@`
@bstrie bstrie added the A-diagnostics Area: Messages for errors, warnings, and lints label Aug 24, 2016
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints
Projects
None yet
Development

No branches or pull requests

2 participants