mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
7 lines
181 B
Rust
7 lines
181 B
Rust
// https://github.com/rust-lang/rust/issues/46377
|
|
#![crate_name="foo"]
|
|
|
|
//@ has 'foo/index.html' '//dd' 'Check out this struct!'
|
|
/// # Check out this struct!
|
|
pub struct SomeStruct;
|