summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0585.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0585.stderr')
-rw-r--r--tests/ui/error-codes/E0585.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/error-codes/E0585.stderr b/tests/ui/error-codes/E0585.stderr
new file mode 100644
index 000000000..53c82fb41
--- /dev/null
+++ b/tests/ui/error-codes/E0585.stderr
@@ -0,0 +1,11 @@
+error[E0585]: found a documentation comment that doesn't document anything
+ --> $DIR/E0585.rs:2:5
+ |
+LL | /// Hello! I'm useless...
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
+ |
+ = help: doc comments must come before what they document, if a comment was intended use `//`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0585`.