Any way to prevent "fake statics" in my code?

โš“ Rust    ๐Ÿ“… 2025-12-25    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 7      

surdeus

Today I revisited Implied bounds on nested references + variance = soundness hole ยท Issue #25860 ยท rust-lang/rust ยท GitHub and understood that some of my code looks eerily similar to some of exploits there. Is there any universal way to check whether my code uses that bug, or should I just be squinting my eyes hard enough?

7 posts - 3 participants

Read full topic

๐Ÿท๏ธ Rust_feed