]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/no-trait.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / impl-trait / no-trait.rs
1 fn f() -> impl 'static {} //~ ERROR at least one trait must be specified
2
3 fn main() {}