rust/tests/ui/impl-trait/return-position-impl-trait-minimal.rs

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

6 lines
110 B
Rust
Raw Normal View History

// build-pass (FIXME(62277): could be check-pass?)
2018-05-22 12:31:56 +00:00
fn main() {}
fn foo() -> impl std::fmt::Debug { "cake" }