Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-42760.rs
blob: a5394c7d92a9662672186d0501cb7ce65bdd5c3f [
file
] [
log
] [
blame
]
#![
allow
(
rustdoc
::
invalid_rust_codeblocks
)]
// @has issue_42760/struct.NonGen.html
// @has - '//h2' 'Example'
/// Item docs.
///
#[
doc
=
"Hello there!"
]
///
/// # Example
///
/// ```rust
/// // some code here
/// ```
pub
struct
NonGen
;