-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Work around invalid spans in imported FileMaps #23489
Work around invalid spans in imported FileMaps #23489
Conversation
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ 90b8b4d p=1 |
Nice! |
⌛ Testing commit 90b8b4d with merge a8379a4... |
💔 Test failed - auto-mac-64-opt |
💔 indeed. I'll fix this when I come home after work today. On March 19, 2015 1:17:12 AM CET, bors notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
90b8b4d
to
1ea971f
Compare
…erflow-bug, r=alexcrichton This should solve issues rust-lang#23115, rust-lang#23469, and rust-lang#23407. As the title says, this is just a workaround. The underlying problem is that macro expansion can produce invalid spans. I've opened issue rust-lang#23480 so we don't forget about that.
This should solve issues #23115, #23469, and #23407.
As the title says, this is just a workaround. The underlying problem is that macro expansion can produce invalid spans. I've opened issue #23480 so we don't forget about that.