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

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

6 lines
79 B
Rust
Raw Normal View History

impl A {
2019-03-02 00:35:21 -06:00
fn b(self>
} //~ ERROR mismatched closing delimiter
fn main() {}