mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-17 04:30:25 +00:00
11 lines
187 B
Rust
11 lines
187 B
Rust
// compile-flags: --test --persist-doctests /../../ -Z unstable-options
|
|
// failure-status: 101
|
|
// only-linux
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
//! ```rust
|
|
//! use foo::dummy;
|
|
//! dummy();
|
|
//! ```
|