Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
struct ReplaceLifetimes<
'a>(&'
a str);
206
impl 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_lifetimes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected