rust/tests/rustdoc/issue-60482.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
183 B
Rust
Raw Normal View History

// This code caused a panic in `pulldown-cmark` 0.4.1.
pub const BASIC_UNICODE: bool = true;
/// # `BASIC_UNICODE`: `A` `|`
/// ```text
/// ```
pub const BASIC_FONTS: bool = true;