blob: 61c422c436b567a1360bb6097f5a3690630b6bbe (
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"
|