1
Fork 0
rust/src/librustdoc/clean
Yuki Okushi 606feba5bb
Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk
Display defaults on const params- rustdoc

previously rustdoc would render this struct declaration:
`pub struct Foo<const N: usize = 10>;`
as:
`pub struct Foo<const N: usize>;`
this PR changes it to render correctly
2021-06-09 12:04:03 +09:00
..
cfg Teach rustdoc how to display WASI. 2021-02-27 07:33:28 -08:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs rustdoc- Show defaults on const generics 2021-06-03 09:01:25 +01:00
blanket_impl.rs Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
cfg.rs Remove the insta-stable cfg(wasm) 2021-04-07 23:09:56 +03:00
inline.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
mod.rs rustdoc- Show defaults on const generics 2021-06-03 09:01:25 +01:00
simplify.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk 2021-06-09 12:04:03 +09:00
utils.rs Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth 2021-06-05 08:42:05 +00:00