]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-26995.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / rustdoc / issue-26995.rs
1 // ignore-windows
2 // compile-flags: --no-defaults
3
4 // @has src/issue_26995/dev/null.html
5 // @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
6 #[path="/dev/null"]
7 pub mod null;