[][src]Macro uucore::msg_expects_no_more_than_one_of

macro_rules! msg_expects_no_more_than_one_of {
    ($valOne:expr $(, $remainingVals:expr)*) => { ... };
}