fix(parse): Limit frontmatter fences to 255 dashes by epage · Pull Request #149358 · rust-lang/rust (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Like raw string literals.
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
epage mentioned this pull request
10 tasks
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
bors added a commit that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- #148690 (Implement
clamp_magnitudemethod for primitive floats & signed integers) - #149102 (stabilize maybe_uninit_slice)
- #149269 (cmse: do not calculate the layout of a type with infer types)
- #149299 (Fudge infer vars in the cause code of
Obligationintentionally) - #149344 (Don't suggest unwrap for Result in const)
- #149358 (fix(parse): Limit frontmatter fences to 255 dashes )
- #149445 (make assoc fn inherit const stability from inherent
const implblocks) - #149479 (Fix indent in E0591.md)
- #149496 (Fix #148889: Add label rib when visiting delegation body)
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
Rollup merge of #149358 - epage:fence-length, r=davidtwco
fix(parse): Limit frontmatter fences to 255 dashes
Like raw string literals. As discussed on #148051.
Part of #136889
epage added a commit to epage/cargo that referenced this pull request
epage mentioned this pull request
epage added a commit to epage/cargo that referenced this pull request
github-merge-queue bot pushed a commit to rust-lang/cargo that referenced this pull request
What does this PR try to resolve?
Port rust-lang/rust#149358 over to Cargo
How to test and review this PR?
epage deleted the fence-length branch
mattheww added a commit to mattheww/lexeywan that referenced this pull request
github-actions bot pushed a commit to rust-lang/rust-analyzer that referenced this pull request
epage mentioned this pull request
11 tasks