]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/playground-empty.rs
Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino
[rust.git] / tests / rustdoc / playground-empty.rs
1 #![crate_name = "foo"]
2
3 #![doc(html_playground_url = "")]
4
5 // compile-flags:-Z unstable-options --playground-url https://play.rust-lang.org/
6
7 //! module docs
8 //!
9 //! ```
10 //! println!("Hello, world!");
11 //! ```
12
13 // @!has foo/index.html '//a[@class="test-arrow"]' "Run"