]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/doctest-manual-crate-name.rs
Rollup merge of #107169 - albertlarsan68:lock-in-pre-push, r=Mark-Simulacrum
[rust.git] / tests / rustdoc / doctest-manual-crate-name.rs
1 // compile-flags:--test
2
3 //! ```
4 //! #![crate_name="asdf"]
5 //!
6 //! println!("yo");
7 //! ```