2024-01-03 21:56:10 +00:00
|
|
|
// https://github.com/rust-lang/rust/issues/46377
|
|
|
|
#![crate_name="foo"]
|
|
|
|
|
|
|
|
// @has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
|
2017-11-29 23:28:59 +00:00
|
|
|
/// # Check out this struct!
|
|
|
|
pub struct SomeStruct;
|