mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 18:11:54 +00:00
5 lines
142 B
Rust
5 lines
142 B
Rust
fn hello(_: impl Sized + use<>) {}
|
|
//~^ ERROR `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
|
|
|
|
fn main() {}
|