mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
40ab198356
The compiler itself doesn't necessarily need any features of green threading such as spawning tasks and lots of I/O, so libnative is slightly more appropriate for rustc to use itself. This should also help the rusti bot which is currently incompatible with libuv.