Skip to content

Conversation

GuillaumeGomez
Copy link
Member

@@ -1285,7 +1285,10 @@ impl MyTrait for Foo { // error: conflicting implementations for trait
}
```

When you write:
When looking for the implementation for the trait, the compiler finds
both the `impl MyTrait for T` where T is all types and the `impl
Copy link
Member

Choose a reason for hiding this comment

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

impl<T>

@Manishearth
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 28, 2015

📌 Commit cf55db2 has been approved by Manishearth

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 29, 2015
bors added a commit that referenced this pull request Jul 29, 2015
@bors bors merged commit cf55db2 into rust-lang:master Jul 29, 2015
@GuillaumeGomez GuillaumeGomez deleted the patch-1 branch August 12, 2015 10:12
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