Number of fvars generated so far. Used by Stage B to save/restore the counter when needed (rare; binder open/close are usually nested in a way that does not require counter rollback).
(&self)
| 240 | /// counter when needed (rare; binder open/close are usually nested in a |
| 241 | /// way that does not require counter rollback). |
| 242 | pub fn count(&self) -> u64 { |
| 243 | self.next |
| 244 | } |
| 245 | } |
| 246 | |
| 247 | /// Cheap predicate: an `FVar` head-only check. Used by callers (Stage B+) |
no outgoing calls
no test coverage detected