]> git.lizzy.rs Git - rust.git/blob - src/test/ui/compile_error_macro.rs
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[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 }