Skip to main content

error

Macro error 

Source
macro_rules! error {
    ($($arg:tt)*) => { ... };
}
Expand description

error!("...")crate::log::error with format! arguments.

§Examples

let path = "Cargo.toml";
actions_rs::error!("{path}: missing `version` field");