]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/doctest-manual-crate-name.rs
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29
[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 //! ```