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

Fix error codes E0197-E0200 #25422

Merged
merged 3 commits into from May 15, 2015
Merged

Fix error codes E0197-E0200 #25422

merged 3 commits into from May 15, 2015

Conversation

cactorium
Copy link
Contributor

For #24407

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@cactorium
Copy link
Contributor Author

@Manishearth r+ please?

@Manishearth
Copy link
Member

r? @michaelsproul

@Manishearth
Copy link
Member

@bors: r+

I don't see any other active diagnostics prs

@bors
Copy link
Contributor

bors commented May 15, 2015

📌 Commit 507f8b8 has been approved by Manishearth

@Manishearth
Copy link
Member

@bors: rollup

@michaelsproul
Copy link
Contributor

I love it! 👍

E0197: r##"
Inherent implementations (one that do not implement a trait but provide
methods associated with a type) are always safe because they are not
implementing an unsafe trait. Removing the unsafe keyword from the inherent
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put `'s around the second unsafe (since it's referring to the code entity specifically)?

Removing the `unsafe` keyword ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@huonw
Copy link
Member

huonw commented May 15, 2015

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 15, 2015

📌 Commit 190de69 has been approved by huonw

bors added a commit that referenced this pull request May 15, 2015
@bors
Copy link
Contributor

bors commented May 15, 2015

⌛ Testing commit 190de69 with merge 072cba9...

@bors bors merged commit 190de69 into rust-lang:master May 15, 2015
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

Successfully merging this pull request may close these issues.

None yet

7 participants