rust/src/test/ui/impl-trait/existential-minimal.rs

6 lines
75 B
Rust
Raw Normal View History

// compile-pass
2018-05-22 07:31:56 -05:00
fn main() {}
fn foo() -> impl std::fmt::Debug { "cake" }