This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-44023.rs
5 lines
135 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
pub
fn
main
(
)
{
}
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
fn
ს
ა
ჭ
მ
ე
ლ
ა
დ
_გემრიელი_სადილი
(
)
->
isize
{
//~ ERROR mismatched types
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