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
cb307bbfcd123d3bae8f210f2b51eebe68525c27
rust/tests/ui/issue-3145.stderr

9 lines
204 B
Plaintext
Raw Normal View History

Improve recovery on malformed format call If a comma in a format call is replaced with a similar token, then we emit an error and continue parsing, instead of stopping at this point.
2020-08-31 11:45:50 +02:00
error: expected `,`, found `a`
Remove all copyright license headers Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2019-01-07 22:33:18 +01:00
--> $DIR/issue-3145.rs:2:19
Add license header to Rust files
2018-10-06 09:18:06 -07:00
|
Improve recovery on malformed format call If a comma in a format call is replaced with a similar token, then we emit an error and continue parsing, instead of stopping at this point.
2020-08-31 11:45:50 +02:00
LL | println!("{}" a); //~ERROR expected `,`, found `a`
update test stderr, not sure which rustc pull request caused this.
2019-07-24 02:24:27 +02:00
| ^ expected `,`
Add regression test
2018-09-07 17:18:47 +02:00
error: aborting due to previous error
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 589ms Template: 4ms
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