rust/src/test/rustdoc-ui/range-pattern.rs
Joshua Nelson 31375d2074 Get rid of custom pretty-printing in rustdoc
and use rustc_hir_pretty directly instead
2021-01-07 17:44:59 -05:00

4 lines
41 B
Rust

// check-pass
fn func(0u8..=255: u8) {}