1
Fork 0

Get rid of custom pretty-printing in rustdoc

and use rustc_hir_pretty directly instead
This commit is contained in:
Joshua Nelson 2021-01-07 17:40:07 -05:00
parent 18d27b2c94
commit 31375d2074
4 changed files with 9 additions and 71 deletions

View file

@ -0,0 +1,3 @@
// check-pass
fn func(0u8..=255: u8) {}