MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / ReplaceLifetimes

Class ReplaceLifetimes

bitcode_derive/src/shared.rs:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205struct ReplaceLifetimes<'a>(&'a str);
206impl VisitMut for ReplaceLifetimes<'_> {
207 fn visit_lifetime_mut(&mut self, lifetime: &mut Lifetime) {
208 lifetime.ident = Ident::new(self.0, lifetime.ident.span());

Callers 1

replace_lifetimesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected