Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
impl-trait
/
impl-subtyper2.rs
blob: 6bac99231b83f4f81cc1f8fc39a405591880548c [
file
]
//@ check-pass
fn
ages
()
->
Option
<
impl
Iterator
>
{
None
::<
std
::
slice
::
Iter
<()>>
}
fn
main
(){}