]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-26995.rs
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / 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;