MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / expect_for

Method expect_for

crates/hll-to-ir/src/parser.rs:1693–1699  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1691
1692 args
1693 } else {
1694 Vec::new()
1695 };
1696
1697 // `Matrix<i32>.Row` projects an associated type alias; the
1698 // zero-argument form `Config.Row` stays a two-segment path.
1699 if !args.is_empty() && self.match_dot() {
1700 let member = self.expect_ident()?;
1701 return Ok(Type::Associated {
1702 owner: segments.join("."),

Callers 1

parse_for_statementMethod · 0.80

Calls 2

match_forMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected