is everything in rust's std implemented in rust? I don't mean in the metacircular sense, I mean could they be written and compiled by an end user
-
Show this thread
Replying to @mountain_ghosts
It's all pure rust, but some stuff is not actually used and only there for the type system. E.g. impl Add<i32> for i32 { type Output = i32; fn add(self, other: i32) -> i32 { self + other } } Would recurse infinitely if actually used
9:58 AM - 20 Mar 2019
0 replies
0 retweets
2 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.