Searched refs:dup_error (Results 1 – 2 of 2) sorted by relevance
93 { $params:expr, $variant:ident, $dup_error:ident } => {106 _ => Err($crate::km_err!($dup_error, "duplicate tag {}", stringify!($variant))),
464 TEST(file_test, dup_error) { in TEST() argument