rust/src/test/rustdoc/issue-26995.rs
2018-12-25 21:08:33 -07:00

7 lines
209 B
Rust

// ignore-windows
// compile-flags: --no-defaults
// @has src/issue_26995/dev/null.html
// @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
#[path="/dev/null"]
pub mod null;