]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-30318.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-30318.stderr
1 error[E0753]: expected outer doc comment
2   --> $DIR/issue-30318.rs:3:1
3    |
4 LL | //! Misplaced comment...
5    | ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0753`.