1
2
3
fn main() {
    compile_error!("hey stranger, why did you use this?");
}