-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Parser provides bad span for syntax::ast::Expr_::ExprPath #25969
Comments
cc me |
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jun 4, 2015
Issue: rust-lang#25969 Compare the span on the stable branch (correct) with the span on the nightly branch (incorrect) for the following example: http://is.gd/lTAo9c. This pull request fixes the regression. @Manishearth has been kind enough to pitch some ideas for a regression test, mainly revolving around testing the span in compile-fail test, but this has proven unsuccessful. Other suggestions/ ideas would be much appreciated!
@marcusklaas #25994 fixed this, yes? |
Correct! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The span associated to
in the AST only contains
<
.The text was updated successfully, but these errors were encountered: