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 more details and examples in error codes #33584

Merged
merged 1 commit into from
May 15, 2016

Conversation

GuillaumeGomez
Copy link
Member

@GuillaumeGomez GuillaumeGomez changed the title Add more details and examples Add more details and examples in error codes May 12, 2016
@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented May 14, 2016

📌 Commit 5f2099d has been approved by steveklabnik

Manishearth added a commit to Manishearth/rust that referenced this pull request May 15, 2016
…nts, r=steveklabnik

Add more details and examples in error codes

r? @steveklabnik
bors added a commit that referenced this pull request May 15, 2016
@bors bors merged commit 5f2099d into rust-lang:master May 15, 2016
@GuillaumeGomez GuillaumeGomez deleted the error_code_improvements branch May 15, 2016 22:29
bors added a commit that referenced this pull request May 16, 2016
@@ -45,8 +45,8 @@ Matching with the wrong number of fields has no sensible interpretation:

```compile_fail
enum Fruit {
Apple(String, String),
Pear(u32),
Fruit::Apple(String, String),
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not look right.

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