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