]> git.lizzy.rs Git - rust.git/blob - src/test/ui/compile_error_macro.rs
Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'
[rust.git] / src / test / ui / compile_error_macro.rs
1 fn main() {
2     compile_error!("a very descriptive error message"); //~ ERROR: a very descriptive error message
3 }