Sign in
rust
/
rust
/
2b0cce040dc698332f3602db3dc7b7e5cf352b59
/
.
/
tests
/
ui
/
debuginfo
/
impl-copy-function-debuginfo-58463.rs
blob: 72388c36ce4878c0f709a3e72cc81868c07a0fb3 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/58463
//@ run-pass
//@ compile-flags:-C debuginfo=2
fn
foo
()
->
impl
Copy
{
foo
}
fn
main
()
{
foo
();
}