Skip to content

the kinds, ops and cmp modules are left out of the libcore docs #5011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
thestinger opened this issue Feb 18, 2013 · 0 comments
Closed

the kinds, ops and cmp modules are left out of the libcore docs #5011

thestinger opened this issue Feb 18, 2013 · 0 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone

Comments

@thestinger
Copy link
Contributor

It has something to do with this hack:

/* Core language traits */

#[cfg(notest)] pub mod kinds;
#[cfg(notest)] pub mod ops;
#[cfg(notest)] pub mod cmp;

// Make core testable by not duplicating lang items. See #2912
#[cfg(test)] extern mod realcore(name = "core", vers = "0.6");
#[cfg(test)] pub use kinds = realcore::kinds;
#[cfg(test)] pub use ops = realcore::ops;
#[cfg(test)] pub use cmp = realcore::cmp;
brson added a commit to brson/rust that referenced this issue Mar 26, 2013
@brson brson closed this as completed in a346def Mar 27, 2013
bors added a commit to rust-lang-ci/rust that referenced this issue May 2, 2020
…1995

Split up `collapsible_if` ui test

Part of rust-lang#2038

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant