MCPcopy Create free account
hub / github.com/archlinux/alpm / fmt

Method fmt

alpm-types/src/env.rs:144–149  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected