mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

fix(lexer): Allow '-' in the frontmatter infostring continue set This more closely matches the RFC and what our T-lang contact has asked for, see https://github.com/rust-lang/rust/issues/136889#issuecomment-3212715312 Tracking issue: rust-lang/rust#136889