rust/tests/rustdoc/doctest-manual-crate-name.rs

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

8 lines
91 B
Rust
Raw Normal View History

// compile-flags:--test
//! ```
//! #![crate_name="asdf"]
//!
//! println!("yo");
//! ```