2016-10-11 09:56:30 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
#![doc(html_playground_url = "")]
|
|
|
|
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:-Z unstable-options --playground-url https://play.rust-lang.org/
|
2018-10-04 22:23:19 +02:00
|
|
|
|
2016-10-11 09:56:30 +01:00
|
|
|
//! module docs
|
|
|
|
//!
|
|
|
|
//! ```
|
|
|
|
//! println!("Hello, world!");
|
|
|
|
//! ```
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ !has foo/index.html '//a[@class="test-arrow"]' "Run"
|