]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/range-arg-pattern.rs
Make stage2 rustdoc and proc-macro-srv disableable in x.py install
[rust.git] / tests / rustdoc / range-arg-pattern.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.f.html
4 // @has - '//*[@class="rust fn"]' 'pub fn f(_: u8)'
5 pub fn f(0u8..=255: u8) {}