Hacker News new | ask | show | jobs
by vlovich123 28 days ago
Do you think it’s possible to have fil-c ideas applied to protect unsafe blocks in Rust?
1 comments

You’d have to teach rust about Fil-C pointers and their special rules. You’d also have to teach the rust compiler to play nice with the Fil-C GC.

It would be a big change. Probably not backwards compatible with today’s rust.