Skip to content

Add E0124 and E0277 error explanation #26712

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

Merged
merged 2 commits into from
Jul 2, 2015
Merged

Conversation

GuillaumeGomez
Copy link
Member

@@ -749,6 +749,54 @@ for v in &vs {
```
"##,

E0277: r##"
You tried to called a trait function on a type which doesn't implement this
Copy link
Member

Choose a reason for hiding this comment

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

You tried to use a type which doesn't implement some trait in a place which expected that trait.

@GuillaumeGomez
Copy link
Member Author

Updated.

@GuillaumeGomez GuillaumeGomez changed the title Add E0124 error explanation Add E0124 and E0277 error explanation Jul 1, 2015
@Manishearth
Copy link
Member

r=me post squash

@GuillaumeGomez
Copy link
Member Author

Squashed.

@Manishearth
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 1, 2015

📌 Commit 28d2b39 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Jul 2, 2015

⌛ Testing commit 28d2b39 with merge 99ca63f...

@bors bors merged commit 28d2b39 into rust-lang:master Jul 2, 2015
@GuillaumeGomez GuillaumeGomez deleted the patch-2 branch July 2, 2015 12:27
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.

4 participants