summary refs log tree commit diff
path: root/src/test/ui/parser/issue-30318.stderr
blob: 778a58463f74c10f5fcc35ae0c9fedb0684a87db (plain)
1
2
3
4
5
6
7
8
9
10
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