]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-30318.stderr
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[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`.