Home
last modified time | relevance | path

Searched defs:Chainl1 (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/tests/ui/function-pointer/
Dissue-102289.rs16 pub(crate) struct Chainl1<P, Op>(P, Op); struct
17 impl<P, Op> Parser for Chainl1<P, Op> implementation