mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
af631a5396
fix(parse): Limit frontmatter fences to 255 dashes Like raw string literals. As discussed on rust-lang/rust#148051. Part of rust-lang/rust#136889