mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
289 B
Rust
11 lines
289 B
Rust
// 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;
|