Sign in
rust
/
rust
/
f831d0c19a7400ee58ecf18b71eaac2c4f46ac34
/
.
/
tests
/
source
/
invalid-rust-code-in-doc-comment.rs
blob: 835b0261b760b0ae8175c3d8481a0d251fb7cb3a [
file
] [
log
] [
blame
]
// rustfmt-format_code_in_doc_comments: true
/// ```rust
/// if (true) { … }
/// ```
fn
a
()
{
}
/// ```rust
/// if foo() {
/// …
/// }
/// ```
fn
a
()
{
}
/// ```rust
/// k1 == k2 ⇒ hash(k1) == hash(k2)
/// ```
pub
struct
a
;