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

Method fmt

src/debug_utils/generic_function/mod.rs:80–82  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

78
79impl fmt::Debug for GenericFunction {
80 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
81 DisplayFunction(self).fmt(f)
82 }
83}
84
85impl fmt::Display for GenericFunction {

Callers

nothing calls this directly

Calls 1

DisplayFunctionClass · 0.85

Tested by

no test coverage detected