]> git.lizzy.rs Git - rust.git/blob - src/test/ui/compile_error_macro.rs
Auto merge of #90464 - lnicola:rust-analyzer-2021-11-01, r=lnicola
[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 }