]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/issue-86781-bad-inner-doc.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / issue-86781-bad-inner-doc.stderr
1 error[E0753]: expected outer doc comment
2 --> $DIR/issue-86781-bad-inner-doc.rs:6:1
3 |
4 LL | //! Inner doc comment
5 | ^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0753`.