]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/doctest-manual-crate-name.rs
Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwco
[rust.git] / src / test / rustdoc / doctest-manual-crate-name.rs
1 // compile-flags:--test
2
3 //! ```
4 //! #![crate_name="asdf"]
5 //!
6 //! println!("yo");
7 //! ```