blob: 7d8bd3ffe0d6686004bc0157ac13eec4d661beb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#![crate_name = "foo"]
#![doc(html_playground_url = "")]
// compile-flags:-Z unstable-options --playground-url https://play.rust-lang.org/
//! module docs
//!
//! ```
//! println!("Hello, world!");
//! ```
// @!has foo/index.html '//a[@class="test-arrow"]' "Run"
|