Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/ui/parser/raw/raw-str-delim.stderr

9 lines
192 B
Plaintext
Raw Normal View History

Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
error: found invalid character; only `#` is allowed in raw string delimitation: ~
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
--> $DIR/raw-str-delim.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 | r#~"#"~#
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
| ^^^
Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
Show number in error message even for one error Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-21 15:44:16 +00:00
error: aborting due to 1 previous error
Move parse-fail tests to UI
2018-10-20 23:36:17 +03:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2700ms Template: 2ms
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