blob: 38e30de716d0a1491977966b0795b3148e851934 (
plain)
1
2
3
4
5
6
7
|
fn foo() { }
//! Misplaced comment...
//~^ ERROR expected outer doc comment
//~| NOTE inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
fn main() { }
|