Skip to content
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

E0070 needs to be updated to new format #35503

Closed
sophiajt opened this issue Aug 8, 2016 · 2 comments
Closed

E0070 needs to be updated to new format #35503

sophiajt opened this issue Aug 8, 2016 · 2 comments

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Aug 8, 2016

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

Error E0070 needs a span_label, updating it from:

error[E0070]: invalid left-hand side expression
  --> src/test/compile-fail/E0070.rs:18:5
   |
18 |     some_other_func() = 4; //~ ERROR E0070
   |     ^^^^^^^^^^^^^^^^^^^^^

To:

error[E0070]: invalid left-hand side expression
  --> src/test/compile-fail/E0070.rs:18:5
   |
18 |     some_other_func() = 4; //~ ERROR E0070
   |     ^^^^^^^^^^^^^^^^^^^^^ left-hand of expression not valid
@clementmiao
Copy link
Contributor

I would like to take this issue. First time compiler hacker :)

@sophiajt
Copy link
Contributor Author

sophiajt commented Aug 8, 2016

@clementmiao - I've updated the list to reflect you having E0067 and E0070. Have fun! If you get stuck, you can look through the accepted PRs to see how other people did their fixes.

sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 13, 2016
… r=jonathandturner

Update E0070 to new error format

Updated E0070 to new error format.
Part of rust-lang#35233
Fixes rust-lang#35503

Thanks for letting me help!

r? @jonathandturner
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
… r=jonathandturner

Update E0070 to new error format

Updated E0070 to new error format.
Part of rust-lang#35233
Fixes rust-lang#35503

Thanks for letting me help!

r? @jonathandturner
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
… r=jonathandturner

Update E0070 to new error format

Updated E0070 to new error format.
Part of rust-lang#35233
Fixes rust-lang#35503

Thanks for letting me help!

r? @jonathandturner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants