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