rust/tests/rustdoc/src-mod-path-absolute-26995.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
291 B
Rust
Raw Normal View History

//@ ignore-windows
//@ compile-flags: --no-defaults
2023-10-04 15:04:45 -05:00
// 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;