Sign in
rust
/
rust
/
581bf3c2f935c7e9916cbe0ca0183fd6e6bcc4c7
/
.
/
tests
/
ui
/
impl-trait
/
return-position-impl-trait-minimal.rs
blob: b287cacd4055948061344ab2ef9711c30d3c5af8 [
file
]
//@ build-pass (FIXME(62277): could be check-pass?)
fn
main
()
{}
fn
foo
()
->
impl
std
::
fmt
::
Debug
{
"cake"
}