Closed
Description
Stable: https://doc.rust-lang.org/core/macro.write.html
Nightly: https://doc.rust-lang.org/nightly/core/macro.write.html
Looks like the docs are shared between core
and std
, because of the implementation details. But, the problem is that the examples provided for the core
macro won't be working in no_std
setup.
I think it's better to either add a note about this or have accurate docs that would actually work. I can't think of a quick fix, though. Any ideas?