]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/playground-none.rs
Migrate `rustc_parse` to derive diagnostics
[rust.git] / tests / 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"