```Rust pub struct Foo; /// Reference to [Foo]. Code-styled reference to [`Foo`]. pub struct Bar; ``` renders as:  `rustdoc 1.26.0-nightly (5508b2714 2018-03-18)` Ref #43466 , https://github.com/rust-lang/rust/pull/48335#issuecomment-369147071