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

E0133 needs to be updated to new format #35509

Closed
sophiajt opened this issue Aug 8, 2016 · 1 comment
Closed

E0133 needs to be updated to new format #35509

sophiajt opened this issue Aug 8, 2016 · 1 comment

Comments

@sophiajt
Copy link
Contributor

sophiajt commented Aug 8, 2016

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

Error E0133 needs a span_label, updating it from:

error[E0133]: call to unsafe function requires unsafe function or block
  --> src/test/compile-fail/E0133.rs:14:5
   |
14 |     f(); //~ ERROR E0133
   |     ^^^

To:

error[E0133]: call to unsafe function requires unsafe function or block
  --> src/test/compile-fail/E0133.rs:14:5
   |
14 |     f(); //~ ERROR E0133
   |     ^^^ unsafe call requires unsafe function or block
@TheOpenDevProject
Copy link

I will take this.

sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 10, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this issue Aug 11, 2016
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