mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
268 B
Rust
14 lines
268 B
Rust
#![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"
|