mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 13:49:13 +00:00
5 lines
51 B
Rust
5 lines
51 B
Rust
enum Foo<T> { Bar } //~ ERROR E0392
|
|
|
|
fn main() {
|
|
}
|