You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the libc configuration flag to isolate functionality unavailable for freestanding Rust in rust-core, and this means a lot of stuff is missing from the generated documentation.
The text was updated successfully, but these errors were encountered:
I actually hope something more: cfg-dependent items.
For example, std::path currently shows pub use self::posix::Path; but it would be better if it shows that Path is sometimes self::posix::Path and some other times self::windows::Path.
I use the
libc
configuration flag to isolate functionality unavailable for freestanding Rust in rust-core, and this means a lot of stuff is missing from the generated documentation.The text was updated successfully, but these errors were encountered: