]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-26995.rs
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[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;