Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-impl-trait.rs
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`