1 2 3 4 5
compile_error!( "regex-cli is not yet available on crates.io, to install it use \ 'cargo install --git https://github.com/rust-lang/regex regex-cli'" ); fn main() {}