]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/fn-sidebar.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / rustdoc / fn-sidebar.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.bar.html
4 // @has - '//*[@class="sidebar-elems"]' ''
5 pub fn bar() {}
6
7 // @has foo/constant.BAR.html
8 // @has - '//*[@class="sidebar-elems"]' ''
9 pub const BAR: u32 = 0;