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
f439de36afa8e70d99557a0563341a9211a14096
rust/src/test/ui/parser/raw-byte-string-eof.stderr

11 lines
232 B
Plaintext
Raw Normal View History

Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
error: unterminated raw string
Introduce rustc_lexer The idea here is to make a reusable library out of the existing rust-lexer, by separating out pure lexing and rustc-specific concerns, like spans, error reporting an interning. So, rustc_lexer operates directly on `&str`, produces simple tokens which are a pair of type-tag and a bit of original text, and does not report errors, instead storing them as flags on the token.
2019-05-06 11:53:40 +03:00
--> $DIR/raw-byte-string-eof.rs:2:5
Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
|
Update tests
2019-03-09 15:03:44 +03:00
LL | br##"a"#;
Introduce rustc_lexer The idea here is to make a reusable library out of the existing rust-lexer, by separating out pure lexing and rustc-specific concerns, like spans, error reporting an interning. So, rustc_lexer operates directly on `&str`, produces simple tokens which are a pair of type-tag and a bit of original text, and does not report errors, instead storing them as flags on the token.
2019-05-06 11:53:40 +03:00
| ^ unterminated raw string
Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
|
= note: this raw string should be terminated with `"##`
error: aborting due to previous error
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2465ms 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