blob: 3b60cbc5783bf52df0acd865d46053cf8b8cc206 [file] [log] [blame] [edit]
// Tests that an `impl Trait` that is not `impl Termination` will not work.
fn main() -> impl Copy { }
//~^ ERROR `main` has invalid return type `impl Copy`