]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/playground-none.rs
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / src / test / rustdoc / playground-none.rs
1 #![crate_name = "foo"]
2
3 //! module docs
4 //!
5 //! ```
6 //! println!("Hello, world!");
7 //! ```
8
9 // @!has foo/index.html '//a[@class="test-arrow"]' "Run"