11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
error: expected outer doc comment
|
||
|
--> $DIR/issue-30318.rs:15:1
|
||
|
|
|
||
|
LL | //! Misplaced comment...
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|