It would be nice for developer ergonomics (not to mention marketing) to include a std::pervasives that's imported by default. Obvious things to go in there are print and option.
We'll need to have rustc figure out where the stdlib is and add a --nostdlib option for bootstrapping.
It would be nice for developer ergonomics (not to mention marketing) to include a
std::pervasivesthat's imported by default. Obvious things to go in there are print and option.We'll need to have
rustcfigure out where the stdlib is and add a--nostdliboption for bootstrapping.