Open
Description
pub struct A;
pub type B = A;
pub trait T {}
impl T for B {}
This effects json and html
@rustbot modify labels: +C-Bug +T-rustdoc +A-rustdoc-json
pub struct A;
pub type B = A;
pub trait T {}
impl T for B {}
This effects json and html
@rustbot modify labels: +C-Bug +T-rustdoc +A-rustdoc-json