diff options
Diffstat (limited to 'third_party/rust/phf_macros/tests/compile-fail/bad-syntax.stderr')
-rw-r--r-- | third_party/rust/phf_macros/tests/compile-fail/bad-syntax.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/phf_macros/tests/compile-fail/bad-syntax.stderr b/third_party/rust/phf_macros/tests/compile-fail/bad-syntax.stderr new file mode 100644 index 0000000000..bd387e6dcc --- /dev/null +++ b/third_party/rust/phf_macros/tests/compile-fail/bad-syntax.stderr @@ -0,0 +1,5 @@ +error: expected identifier + --> $DIR/bad-syntax.rs:5:5 + | +5 | => //~ ERROR expected identifier + | ^^ |