|
|
|
|
|
by ChrisSD
1148 days ago
|
|
core is part of the language (or at least, many parts of it are). The way that rustc currently splits this up is an implementation detail of rustc, not something that must be copied exactly. Rust without core is not Rust. It's not even usable. |
|