]> git.lizzy.rs Git - rust.git/blob - src/test/ui/compile_error_macro.stderr
Rollup merge of #52946 - Ajacmac:doc-impl-from, r=GuillaumeGomez
[rust.git] / src / test / ui / compile_error_macro.stderr
1 error: a very descriptive error message
2   --> $DIR/compile_error_macro.rs:12:5
3    |
4 LL |     compile_error!("a very descriptive error message"); //~ ERROR: a very descriptive error message
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8