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