Skip to content

Add E0500 error explanation - #33533

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

Add E0500 error explanation#33533
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:add_E0500

Conversation

@GuillaumeGomez

@GuillaumeGomezGuillaumeGomez commented May 10, 2016

Copy link
Copy Markdown
Member

r? @Manishearth

Part of #32777.

Comment threadsrc/librustc_borrowck/diagnostics.rs Outdated

@manfredbrandlmanfredbrandlMay 10, 2016

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

*john_copy = 2;
missing * ?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Indeed, thanks!

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

I answered too quickly: there is no need for the Deref use here.

@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

cc @steveklabnik

Comment threadsrc/librustc_borrowck/diagnostics.rs Outdated

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.

trait, not traits

@steveklabnik

Copy link
Copy Markdown
Contributor

@bors: r+ rollup

@bors

bors commented May 12, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 7a9f4c2 has been approved by steveklabnik

@eddybeddyb mentioned this pull request May 12, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 12, 2016
@eddybeddyb mentioned this pull request May 12, 2016
bors added a commit that referenced this pull request May 12, 2016
@eddybeddyb mentioned this pull request May 13, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 13, 2016
sanxiyn added a commit to sanxiyn/rust that referenced this pull request May 14, 2016
@sanxiynsanxiyn mentioned this pull request May 14, 2016
bors added a commit that referenced this pull request May 14, 2016
@eddybeddyb mentioned this pull request May 14, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request May 15, 2016
bors added a commit that referenced this pull request May 15, 2016
@bors
bors merged commit 7a9f4c2 into rust-lang:masterMay 15, 2016
@GuillaumeGomez
GuillaumeGomez deleted the add_E0500 branch May 15, 2016 22:30
bors added a commit that referenced this pull request May 16, 2016
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.

6 participants

@GuillaumeGomez@steveklabnik@bors@birkenfeld@manfredbrandl@Manishearth