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

Improve E0401 diagnostics to mention other items #30253

Merged
merged 1 commit into from
Dec 30, 2015

Conversation

Manishearth
Copy link
Member

@@ -286,12 +286,32 @@ fn foo<T>(x: T) {
}
```

Functions inside functions are basically just like top-level functions, except
that they can only be called from the function they are in.
nor will this
Copy link
Member

Choose a reason for hiding this comment

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

I think you forgot ':' at the end of your sentence.

@Manishearth
Copy link
Member Author

fixed

@nagisa
Copy link
Member

nagisa commented Dec 29, 2015

ping @steveklabnik

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Dec 29, 2015

📌 Commit 4423463 has been approved by steveklabnik

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Dec 29, 2015
bors added a commit that referenced this pull request Dec 29, 2015
@bors bors merged commit 4423463 into rust-lang:master Dec 30, 2015
@Manishearth Manishearth deleted the diag-401-improve branch December 2, 2016 19:04
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.

5 participants