summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unterminated-nested-comment.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/unterminated-nested-comment.stderr')
-rw-r--r--src/test/ui/unterminated-nested-comment.stderr21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/ui/unterminated-nested-comment.stderr b/src/test/ui/unterminated-nested-comment.stderr
deleted file mode 100644
index 3653e76c9..000000000
--- a/src/test/ui/unterminated-nested-comment.stderr
+++ /dev/null
@@ -1,21 +0,0 @@
-error[E0758]: unterminated block comment
- --> $DIR/unterminated-nested-comment.rs:1:1
- |
-LL | /*
- | ^-
- | |
- | _unterminated block comment
- | |
-LL | | /* */
-LL | | /*
- | | --
- | | |
- | | ...as last nested comment starts here, maybe you want to close this instead?
-LL | | */
- | |_--^
- | |
- | ...and last nested comment terminates here.
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0758`.