rust/tests/ui/issues/issue-36379.rs

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

6 lines
60 B
Rust
Raw Normal View History

2019-06-12 10:18:32 -05:00
// check-pass
2017-05-25 15:09:21 -05:00
fn _test() -> impl Default { }
2019-06-12 10:18:32 -05:00
fn main() {}