summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/src-mod-path-absolute-26995.rs
blob: b67fd9b26db4bbadb69ffb7201c2451ebf7181cf (plain)
1
2
3
4
5
6
7
8
9
10
// ignore-windows
// compile-flags: --no-defaults

// https://github.com/rust-lang/rust/issues/26995
#![crate_name="issue_26995"]

// @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;