Sign in
rust
/
rust
/
df2fe313d44bcc008331a0b01662cfdcaa0ecc90
/
.
/
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
()
{}