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

9 lines
149 B
Rust

#![crate_name = "foo"]
//! module docs
//!
//! ```
//! println!("Hello, world!");
//! ```
//@ !has foo/index.html '//a[@class="test-arrow"]' "Run"