Skip to content

Commit 0f35c0c

Browse files
author
mejrs
committed
Add parser test
1 parent fae0be5 commit 0f35c0c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// compile-flags: -Z track-diagnostics
2+
// error-pattern: created at
3+
4+
// Normalize the emitted location so this doesn't need
5+
// updating everytime someone adds or removes a line.
6+
// normalize-stderr-test ".rs:\d+:\d+" -> ".rs:LL:CC"
7+
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
error: unexpected closing delimiter: `}`
2+
--> $DIR/track5.rs:LL:CC
3+
|
4+
LL | }
5+
| ^ unexpected closing delimiter
6+
-Ztrack-diagnostics: created at compiler/rustc_parse/src/lexer/tokentrees.rs:LL:CC
7+
8+
error: aborting due to previous error
9+

0 commit comments

Comments
 (0)