Skip to content

E0084 needs to be updated to new format #35792

New issue

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

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

Already on GitHub? # to your account

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

E0084 needs to be updated to new format #35792

sophiajt opened this issue Aug 18, 2016 · 0 comments

Comments

@sophiajt
Copy link
Contributor

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

E0084 needs a span_label, updating it from:

error[E0084]: unsupported representation for zero-variant enum
  --> src/test/compile-fail/E0084.rs:12:1
   |
12 | enum Foo {} //~ ERROR E0084
   | ^^^^^^^^^^^

To:

error[E0084]: unsupported representation for zero-variant enum
  --> src/test/compile-fail/E0084.rs:12:1
   |
12 | enum Foo {} //~ ERROR E0084
   | ^^^^^^^^^^^ unsupported enum representation
steveklabnik added a commit to steveklabnik/rust that referenced this issue Aug 18, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 19, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 19, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 20, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 20, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant