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

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

8 lines
92 B
Rust
Raw Normal View History

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