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

Method fmt

src/allocation_unit.rs:92–94  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

90
91impl fmt::Debug for AllocationUnit {
92 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
93 fmt::Display::fmt(self, f)
94 }
95}
96
97impl fmt::Display for AllocationUnit {

Callers

nothing calls this directly

Calls 1

kindMethod · 0.45

Tested by

no test coverage detected