Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
compile_error_macro.rs
blob: 3f7b57cd078479b218bfc94d9185db87b2c14b8a [
file
] [
log
] [
blame
]
fn
main
()
{
compile_error
!(
"a very descriptive error message"
);
//~ ERROR: a very descriptive error message
}