mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
error: my error message
|
|
--> $DIR/doc-attr-compile-error.rs:1:9
|
|
|
|
|
LL | #[doc = compile_error!("my error message")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|