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 15:18:32 +00:00
// check-pass
2017-05-25 20:09:21 +00:00
fn _test() -> impl Default { }
2019-06-12 15:18:32 +00:00
fn main() {}