Uh oh!
There was an error while loading. Please reload this page.
Use def span for non-ascii ident feature gate error - #46803
Conversation
rust-highfive
commented
Dec 18, 2017
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
9336b18 to
502d570Comparearielb1
commented
Dec 18, 2017
I'm worried this might call |
estebank
commented
Dec 18, 2017
@arielb1 |
| --> $DIR/feature-gate-non_ascii_idents.rs:34:5 | ||
| | | ||
| 34 | / Bäz { //~ ERROR non-ascii idents | ||
| 35 | | qüx: isize //~ ERROR non-ascii idents |
There was a problem hiding this comment.
Why doesn't this line give an error?
There was a problem hiding this comment.
Good question. It wasn't already, would have to check.
@bjorn3that error is being emitted further down, it's just hidden in the diff because it didn't change in this PR :)
arielb1
commented
Dec 25, 2017
petrochenkov
commented
Dec 26, 2017
@bors r+ |
bors
commented
Dec 26, 2017
📌 Commit 502d570 has been approved by |
bors
commented
Dec 27, 2017
Use def span for non-ascii ident feature gate error
bors
commented
Dec 27, 2017
☀️ Test successful - status-appveyor, status-travis |
No description provided.