This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
test
/
ui
/
issues
/
issue-44078.rs
4 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix a byte/char confusion issue in the error emitter Fixes #44078. Fixes #44023. The start_col member is given in chars, while the code previously assumed it was given in bytes. The more basic issue #44080 doesn't get fixed.
2017-08-25 12:25:22 +02:00
fn
main
(
)
{
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
"
😊
"
"
; //~ ERROR unterminated double quote
Fix a byte/char confusion issue in the error emitter Fixes #44078. Fixes #44023. The start_col member is given in chars, while the code previously assumed it was given in bytes. The more basic issue #44080 doesn't get fixed.
2017-08-25 12:25:22 +02:00
}
Reference in New Issue
Copy Permalink