rust/tests/ui/parser/issues/issue-34222-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
101 B
Rust
Raw Normal View History

2017-06-17 15:43:10 -05:00
fn main() {
/// comment //~ ERROR found a documentation comment that doesn't document anything
}