rust/tests/rustdoc/playground-empty.rs

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"