]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-26995.rs
Suggest defining type parameter when appropriate
[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;