fn fmt()

in ingester/lib/src/symbolicator/mod.rs [981:987]


    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
        write!(
            f,
            "could not find debug file in symbol servers for {}",
            self.0
        )
    }