1 2 3 4 5 6 7 8 9 10 11
const THROW_ERROR = 1; #[if(THROW_ERROR) { #[error("this is a compile time user error")] }] fn main() { }