rust/src/test/ui/parser/issue-30318.stderr

11 lines
274 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected outer doc comment
2018-12-25 09:56:47 -06:00
--> $DIR/issue-30318.rs:5: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