]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/doc-inside-trait-item.stderr
Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot
[rust.git] / src / test / ui / parser / doc-inside-trait-item.stderr
index 246255a0a46751f2d25f6df6dd48e07fcbd63f64..900124adcc3b8c361e56a51848258da6ec432750 100644 (file)
@@ -4,7 +4,7 @@ error[E0584]: found a documentation comment that doesn't document anything
 LL |     /// empty doc
    |     ^^^^^^^^^^^^^ this doc comment doesn't document anything
    |
-   = help: doc comments must come before what they document, maybe a comment was intended with `//`?
+   = help: doc comments must come before what they document, if a comment was intended use `//`
 
 error: aborting due to previous error