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
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/ui/parser/issues/issue-72253.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
191 B
Rust
Raw Normal View History

improve error message for unexpected comma token in multiline block confusing diagnostics, issue #72253 add test for confusing error message, issue-72253 remove is_multiline check, refactor to self.expect(&token:Semi) update issue-72253 tests return Ok
2020-05-26 16:52:16 -04:00
fn main() {
let a = std::process::Command::new("echo")
.arg("1")
Fix tests
2021-08-01 19:55:48 -05:00
,arg("2") //~ ERROR expected one of `.`, `;`, `?`, `else`, or an operator, found `,`
improve error message for unexpected comma token in multiline block confusing diagnostics, issue #72253 add test for confusing error message, issue-72253 remove is_multiline check, refactor to self.expect(&token:Semi) update issue-72253 tests return Ok
2020-05-26 16:52:16 -04:00
.output();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2986ms 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