]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Wed, 29 May 2019 12:41:08 +0000 (14:41 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 12:41:08 +0000 (14:41 +0200)
commit9cc289e7b4a7d15cc45242684c8aa9b7af813a12
treec800668def5c9f66bdb08617650dbc72c3c1f61a
parent20f462d9fcb62ecd52f77e61dad8af4d7d2c1229
parent9c9b7b4eaceefe88bafc3b4e3529635973320253
Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez

Print const generics properly in rustdoc

Now that https://github.com/rust-lang/rust/pull/59276 is merged, we can print consts properly in rustdoc.

Fixes https://github.com/rust-lang/rust/issues/60737.
Fixes https://github.com/rust-lang/rust/issues/61257.

r? @GuillaumeGomez