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 another example for E0425 #27635

Merged
merged 2 commits into from
Aug 12, 2015
Merged

Add another example for E0425 #27635

merged 2 commits into from
Aug 12, 2015

Conversation

GuillaumeGomez
Copy link
Member

@@ -627,6 +627,9 @@ trait Foo {
Self; // error: unresolved name `Self`
}
}

// or:
let x = unknown_variable; // error: unresolved name `unknown_variable`
```

Please verify you didn't misspell the name or that you're not using an
Copy link
Member

Choose a reason for hiding this comment

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

Please verify that the name wasn't misspelled and ensure that the identifier being referred to is valid for the given situation.

@Manishearth
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Aug 11, 2015

📌 Commit f1e613e has been approved by Manishearth

Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 11, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Aug 12, 2015
@bors bors merged commit f1e613e into rust-lang:master Aug 12, 2015
@GuillaumeGomez GuillaumeGomez deleted the patch-4 branch November 24, 2017 20:56
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