Skip to content

Add more details and examples in error codes - #33584

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:error_code_improvements
May 15, 2016
Merged

Add more details and examples in error codes#33584
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:error_code_improvements

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@GuillaumeGomezGuillaumeGomez changed the title Add more details and examplesAdd more details and examples in error codesMay 12, 2016
@GuillaumeGomez
GuillaumeGomezforce-pushed the error_code_improvements branch from 5a37a2e to e4e4868CompareMay 12, 2016 12:42
@GuillaumeGomez
GuillaumeGomezforce-pushed the error_code_improvements branch from e4e4868 to 5f2099dCompareMay 12, 2016 14:45
@steveklabnik

Copy link
Copy Markdown
Contributor

@bors: r+ rollup

@bors

bors commented May 14, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 5f2099d has been approved by steveklabnik

@eddybeddyb mentioned this pull request May 14, 2016
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:masterMay 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
enum Fruit {
Apple(String, String),
Pear(u32),
Fruit::Apple(String, String),

Copy link
Copy Markdown
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 freeto 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

@GuillaumeGomez@steveklabnik@bors@Ms2ger