MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / fmt

Method fmt

src/entity/primary_map.rs:327–329  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

325 V: fmt::Debug,
326{
327 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
328 f.debug_map().entries(self.iter()).finish()
329 }
330}

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected