Macro not_found

Source
macro_rules! not_found {
    ($($t:tt)*) => { ... };
}