Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
impl-trait
/
issue-36792.rs
blob: 6682a953fa0bde6687dddf7761bc70849e3ca078 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
fn
foo
()
->
impl
Copy
{
foo
}
fn
main
()
{
foo
();
}