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

Add E0321 error explanation #29677

Merged
merged 1 commit into from
Nov 11, 2015
Merged

Add E0321 error explanation #29677

merged 1 commit into from
Nov 11, 2015

Conversation

GuillaumeGomez
Copy link
Member

@@ -2677,6 +2677,28 @@ defined. For more information see the [opt-in builtin traits RFC](https://github
.com/rust-lang/rfcs/blob/master/text/0019-opt-in-builtin-traits.md).
"##,

E0321: r##"
A cross-crate trait with default impl wasn't implemented on a struct/enum
Copy link
Member

Choose a reason for hiding this comment

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

A cross-crate opt-out trait was implemented on something which wasn't a struct or enum

@GuillaumeGomez
Copy link
Member Author

Updated !

@Manishearth
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Nov 11, 2015

📌 Commit cd94222 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Nov 11, 2015

⌛ Testing commit cd94222 with merge 18f141f...

@bors
Copy link
Contributor

bors commented Nov 11, 2015

⛄ The build was interrupted to prioritize another pull request.

bors added a commit that referenced this pull request Nov 11, 2015
@bors bors merged commit cd94222 into rust-lang:master Nov 11, 2015
@GuillaumeGomez GuillaumeGomez deleted the patch-3 branch November 12, 2015 00:29
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