]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-30318.rs
Add inferred args to typeck
[rust.git] / src / test / ui / parser / issue-30318.rs
1 fn foo() { }
2
3 //! Misplaced comment...
4 //~^ ERROR expected outer doc comment
5 //~| NOTE inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
6
7 fn main() { }