2024-06-05 16:31:12 -04:00
|
|
|
error: `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
|
2024-06-16 22:07:23 -04:00
|
|
|
--> $DIR/apit.rs:3:26
|
2024-04-04 20:36:18 -04:00
|
|
|
|
|
2024-06-05 16:18:52 -04:00
|
|
|
LL | fn hello(_: impl Sized + use<>) {}
|
|
|
|
| ^^^^^
|
2024-04-04 20:36:18 -04:00
|
|
|
|
2024-06-16 22:07:23 -04:00
|
|
|
error: aborting due to 1 previous error
|
2024-04-04 20:36:18 -04:00
|
|
|
|