mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
7 lines
210 B
Rust
7 lines
210 B
Rust
// https://github.com/rust-lang/rust/issues/46377
|
|
#![crate_name="foo"]
|
|
|
|
// @has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
|
|
/// # Check out this struct!
|
|
pub struct SomeStruct;
|