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

Method current_span

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

Source from the content-addressed store, hash-verified

2313 CompoundOp::Shr => BinaryOp::Shr,
2314 })
2315 }
2316
2317 fn match_colon(&mut self) -> bool {
2318 self.match_variant(|t| matches!(t, Token::Colon))
2319 }
2320
2321 fn match_colon_equal(&mut self) -> bool {

Callers 3

parse_declarationMethod · 0.80
errorMethod · 0.80
error_with_tokenMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected