]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/inner-attr-after-doc-comment.stderr
Rework "inner attribute not permitted" errors
[rust.git] / src / test / ui / parser / inner-attr-after-doc-comment.stderr
index 2cfafac7794261e810ff735978394ad6260cf7e1..3ec3ad8e977a8514dcba72c9abc3288e6ed9f16f 100644 (file)
@@ -7,7 +7,7 @@ LL | |  */
    | |___- previous doc comment
 LL |
 LL |   #![recursion_limit="100"]
-   |   ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer attribute
+   |   ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer doc comment
 LL |
 LL |   fn main() {}
    |   ------------ the inner attribute doesn't annotate this function