Files
2024-09-11 17:10:07 +01:00

4 lines
54 B
Rust

pub fn my_func() {
compile_error!("An error!");
}