Hacker News new | ask | show | jobs
by ok123456 1010 days ago
Don't static lifetimes just mean that leaking memory is considered 'safe' in rust?
1 comments

Static lifetimes as in "known and verified at compile-time", not "the 'static lifetime".