Files

5 lines
142 B
Rust
Raw Permalink Normal View History

2024-06-05 16:18:52 -04:00
fn hello(_: impl Sized + use<>) {}
2024-06-05 16:31:12 -04:00
//~^ ERROR `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
2024-04-04 20:36:18 -04:00
fn main() {}