rust/tests/rustdoc-html/playground-empty.rs
2026-01-07 14:23:30 +01:00

13 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"