Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-impl-trait.rs
blob: 3b60cbc5783bf52df0acd865d46053cf8b8cc206 [
file
] [
log
] [
blame
]
// 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`