]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/playground-empty.rs
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / 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"