1 2 3 4 5 6 7 8
error: Given struct must not have generic parameters. = help: Use `struct Foo {};` --> tests/ui/struct_with_generic_params.rs:17:11 | 17 | struct Foo<T> {} | ^^^