rust/tests/ui/impl-trait/no-trait.rs

4 lines
87 B
Rust
Raw Normal View History

2017-01-18 17:41:57 +03:00
fn f() -> impl 'static {} //~ ERROR at least one trait must be specified
fn main() {}