Skip to content
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

Rustdoc ommits default for default fn #58898

Closed
bjorn3 opened this issue Mar 3, 2019 · 0 comments
Closed

Rustdoc ommits default for default fn #58898

bjorn3 opened this issue Mar 3, 2019 · 0 comments
Assignees
Labels
A-specialization Area: Trait impl specialization C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Mar 3, 2019

screenshot_2019-03-03 rustc ty query values value - rust

impl<'tcx, T> Value<'tcx> for T {
    default fn from_cycle_error<'a>(tcx: TyCtxt<'a, 'tcx, 'tcx>) -> T {
        tcx.sess.abort_if_errors();
        bug!("Value::from_cycle_error called without errors");
    }
}
@jonas-schievink jonas-schievink added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-specialization Area: Trait impl specialization C-bug Category: This is a bug. labels Mar 3, 2019
@GuillaumeGomez GuillaumeGomez self-assigned this Mar 6, 2019
Centril added a commit to Centril/rust that referenced this issue Mar 19, 2019
…uietMisdreavus

Add default keyword handling in rustdoc

Fixes rust-lang#58898.

r? @QuietMisdreavus
Centril added a commit to Centril/rust that referenced this issue Mar 19, 2019
…uietMisdreavus

Add default keyword handling in rustdoc

Fixes rust-lang#58898.

r? @QuietMisdreavus
bors added a commit that referenced this issue Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-specialization Area: Trait impl specialization C-bug Category: This is a bug. 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

3 participants