rust/tests/ui/error-codes/E0799.rs

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

5 lines
70 B
Rust
Raw Normal View History

fn test() -> impl Sized + use<main> {}
//~^ ERROR E0799
fn main() {}