rustc/tests/ui/error-codes/E0646.rs
2023-08-02 10:33:26 +02:00

2 lines
46 B
Rust

fn main() where (): Copy {} //~ ERROR [E0646]