Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-58463.rs
blob: 6e4b909bc3835c245a003544fa1f8a15d2e0c9bb [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ compile-flags:-C debuginfo=2
fn
foo
()
->
impl
Copy
{
foo
}
fn
main
()
{
foo
();
}