2018-10-20 15:36:17 -05:00
|
|
|
error: expected outer doc comment
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-30318.rs:3:1
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | //! Misplaced comment...
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|