Sign in
rust
/
rust
/
ac0aff2115f92bd6f119f0df08d3bf0c4f8d259d
/
.
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
apit.rs
blob: 447d8fdf2cd76dd58ca400754f40f6b18ce1c489 [
file
]
fn
hello
(
_
:
impl
Sized
+
use
<>)
{}
//~^ ERROR `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
fn
main
()
{}