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

Some struct visibility fixes #9506

Merged
merged 1 commit into from
Sep 26, 2013
Merged

Some struct visibility fixes #9506

merged 1 commit into from
Sep 26, 2013

Conversation

sfackler
Copy link
Member

No description provided.

@bors bors closed this Sep 26, 2013
@bors bors merged commit d8957e6 into rust-lang:master Sep 26, 2013
@sfackler sfackler deleted the visibility branch October 3, 2013 02:39
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
Add lint for confusing use of `^` instead of `.pow`

fixes rust-lang#4205
Adds a lint named [`confusing_xor_and_pow`], it warns the user when `a ^ b` is used as the `.pow()` function, it doesn't warn for Hex, Binary... etc.

---

changelog: New lint: [`confusing_xor_and_pow`]
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.

3 participants