Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
a657be42b1a7550c071bcccfc66dee22a55a96d1
rust/src/test/ui/issues/issue-44078.stderr

11 lines
171 B
Plaintext
Raw Normal View History

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
error: unterminated double quote string
Remove licenses
2018-12-25 08:56:47 -07:00
--> $DIR/issue-44078.rs:2:8
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
|
Update tests
2019-03-09 15:03:44 +03:00
LL | "😊"";
Display spans correctly when there are non-half-width characters
2017-11-02 10:25:54 +09:00
| _________^
Update UI tests
2018-02-23 03:42:32 +03:00
LL | | }
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
| |__^
error: aborting due to previous error
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3117ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API