rust/tests/rustdoc/markdown-60482.rs

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

11 lines
233 B
Rust
Raw Normal View History

// This code caused a panic in `pulldown-cmark` 0.4.1.
2024-04-07 05:41:09 +08:00
// https://github.com/rust-lang/rust/issues/60482
pub const BASIC_UNICODE: bool = true;
/// # `BASIC_UNICODE`: `A` `|`
/// ```text
/// ```
pub const BASIC_FONTS: bool = true;