Skip to content

rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23) #1367

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
Nov 25, 2016
Merged

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Nov 25, 2016

fixes #1366

@@ -278,7 +278,7 @@ fn check_expr(cx: &LateContext, expr: &Expr, bindings: &mut Vec<(Name, Span)>) {
ExprAddrOf(_, ref e) |
ExprBox(ref e) => check_expr(cx, e, bindings),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

do we need to check ExprBreak here, too?

@oli-obk oli-obk merged commit aac4c3f into master Nov 25, 2016
@oli-obk oli-obk deleted the rustup branch November 25, 2016 18:33
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.

does not compile on rustc 1.15.0-nightly (d5814b03e 2016-11-23)
1 participant