diff options
Diffstat (limited to 'src/test/ui/hygiene/pattern-macro.stderr')
-rw-r--r-- | src/test/ui/hygiene/pattern-macro.stderr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/hygiene/pattern-macro.stderr b/src/test/ui/hygiene/pattern-macro.stderr deleted file mode 100644 index edd05916e..000000000 --- a/src/test/ui/hygiene/pattern-macro.stderr +++ /dev/null @@ -1,9 +0,0 @@ -error[E0425]: cannot find value `x` in this scope - --> $DIR/pattern-macro.rs:5:5 - | -LL | x + 1; - | ^ not found in this scope - -error: aborting due to previous error - -For more information about this error, try `rustc --explain E0425`. |