mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Add testcase for issue 105209
This commit is contained in:
parent
94a200b6a9
commit
a641229916
3
tests/ui/parser/issues/issue-105209.rs
Normal file
3
tests/ui/parser/issues/issue-105209.rs
Normal file
@ -0,0 +1,3 @@
|
||||
// compile-flags: -Zunpretty=ast-tree
|
||||
#![c={#![c[)x //~ ERROR mismatched closing delimiter
|
||||
//~ ERROR this file contains an unclosed delimiter
|
22
tests/ui/parser/issues/issue-105209.stderr
Normal file
22
tests/ui/parser/issues/issue-105209.stderr
Normal file
@ -0,0 +1,22 @@
|
||||
error: mismatched closing delimiter: `)`
|
||||
--> $DIR/issue-105209.rs:2:11
|
||||
|
|
||||
LL | #![c={#![c[)x
|
||||
| ^^ mismatched closing delimiter
|
||||
| |
|
||||
| unclosed delimiter
|
||||
|
||||
error: this file contains an unclosed delimiter
|
||||
--> $DIR/issue-105209.rs:3:68
|
||||
|
|
||||
LL | #![c={#![c[)x
|
||||
| - - - - missing open `(` for this delimiter
|
||||
| | | |
|
||||
| | | unclosed delimiter
|
||||
| | unclosed delimiter
|
||||
| unclosed delimiter
|
||||
LL |
|
||||
| ^
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
Loading…
Reference in New Issue
Block a user