rust/src/test/rustdoc/playground-none.rs
2018-12-25 21:08:33 -07:00

9 lines
149 B
Rust

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