blob: 6d4638836b1da29b8d39e44bf544a381c567ed2c [file] [log] [blame]
error: expected outer doc comment
--> $DIR/issue-30318.rs:5:1
|
LL | //! Misplaced comment...
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
error: aborting due to previous error