]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/doc-before-attr.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / doc-before-attr.stderr
index 0fae44ce5c8063c9f9d9011def4911ede1e5001c..14fd01af2f98af15345c4a6995b4634bf32390e7 100644 (file)
@@ -1,8 +1,10 @@
 error: expected item after attributes
-  --> $DIR/doc-before-attr.rs:4:16
+  --> $DIR/doc-before-attr.rs:4:1
    |
+LL | /// hi
+   | ------ other attributes here
 LL | #[derive(Debug)]
-   |                ^
+   | ^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error