(&self, fmt: &mut Formatter)
| 142 | P: Parser<&'a str, O, ErrMode<ContextError>>, |
| 143 | { |
| 144 | parser |
| 145 | .context(StrContext::Label("makepkg option")) |
| 146 | .context(StrContext::Expected(StrContextValue::Description( |
| 147 | "string consisting of alphanumeric characters or", |
| 148 | ))) |
| 149 | .context_with(iter_char_context!(SPECIAL_OPTION_CHARS)) |
| 150 | } |
| 151 | } |
| 152 |
nothing calls this directly
no outgoing calls
no test coverage detected