Skip to content

Add new error code tests #33686

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 1 commit into from
May 19, 2016
Merged

Conversation

GuillaumeGomez
Copy link
Member

let trait_obj: &SomeTrait = SomeTrait; //~ ERROR E0425
//~^ ERROR E0038
let &invalid = trait_obj; //~ ERROR E0033
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing a newline at the end of this file.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@steveklabnik
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented May 18, 2016

📌 Commit afd4ccc has been approved by steveklabnik

@bors
Copy link
Collaborator

bors commented May 18, 2016

⌛ Testing commit afd4ccc with merge 9c6904c...

bors added a commit that referenced this pull request May 18, 2016
@bors bors merged commit afd4ccc into rust-lang:master May 19, 2016
@GuillaumeGomez GuillaumeGomez deleted the error-code-tests branch May 19, 2016 07:22
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