]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/doctest-manual-crate-name.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / rustdoc / doctest-manual-crate-name.rs
1 // compile-flags:--test
2
3 //! ```
4 //! #![crate_name="asdf"]
5 //!
6 //! println!("yo");
7 //! ```