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

Rollup of 5 pull requests #27082

Merged
merged 6 commits into from
Jul 17, 2015
Merged

Rollup of 5 pull requests #27082

merged 6 commits into from
Jul 17, 2015

Conversation

Nick Hamann and others added 3 commits July 15, 2015 13:32
Expands E0201 to be used for any duplicate associated items, not just duplicate
methods/functions. It also correctly detects when two different kinds of items
(like a constant and a method) have the same name.

Fixes rust-lang#23969.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@Manishearth
Copy link
Member Author

@bors r+ p=100 force

@bors
Copy link
Contributor

bors commented Jul 17, 2015

📌 Commit e6b9380 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Jul 17, 2015

⌛ Testing commit e6b9380 with merge ac44f72...

@bors
Copy link
Contributor

bors commented Jul 17, 2015

💔 Test failed - auto-mac-64-opt

@Manishearth
Copy link
Member Author

@bors r+ p=100 force

@bors
Copy link
Contributor

bors commented Jul 17, 2015

📌 Commit cf91389 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Jul 17, 2015

⌛ Testing commit cf91389 with merge 2b7ea4c...

@bors
Copy link
Contributor

bors commented Jul 17, 2015

💔 Test failed - auto-mac-64-opt

@Manishearth
Copy link
Member Author

@bors r+ force

@bors
Copy link
Contributor

bors commented Jul 17, 2015

📌 Commit ed8b7ea has been approved by Manishearth

bors added a commit that referenced this pull request Jul 17, 2015
@bors
Copy link
Contributor

bors commented Jul 17, 2015

⌛ Testing commit ed8b7ea with merge b5dad7d...

@bors bors merged commit ed8b7ea into rust-lang:master Jul 17, 2015
@Manishearth Manishearth deleted the rollup branch July 17, 2015 12:03
Adds two error codes, one for duplicate associated constants and one for types. I'm not certain these should each have their own code, but E0201 is already solely for duplicate associated functions so at least it kinda matches. This will lead to somewhat redundant error explanations, but that's nothing new!

Fixes rust-lang#23969.
…hton

Pretty sure this should apply to the module.

r? @alexcrichton
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants