Macro rand::error

source ยท
macro_rules! error {
    ($($x:tt)*) => { ... };
}