-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.I-types-nominatedNominated for discussion during a types team meeting.Nominated for discussion during a types team meeting.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Description
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `ElementArray: MetaSized`
[INFO] [stdout] --> hwc_lang_cbml/src/tags/src/parse/mod.rs:3:48
[INFO] [stdout] |
[INFO] [stdout] 3 | pub fn parse_file_tokens(tokens : &[Token]) -> Result<File, String> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: required for `Box<ElementArray>` to implement `ParseTokens`
[INFO] [stdout] --> hwc_lang_cbml/src/tags/src/parse/combinators.rs:5:32
[INFO] [stdout] |
[INFO] [stdout] 5 | impl<T : ParseTokens + ?Sized> ParseTokens for Box<T> {
[INFO] [stdout] | - ^^^^^^^^^^^ ^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | unsatisfied trait bound introduced here
(https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/red-lightning123.hwc/log.txt)
This might be a duplicate of #143830 but unless we reverted and re-landed something I assume there's a separate breaking change that caused this, which may need its own FCP. Filing this so we can figure that out.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.I-types-nominatedNominated for discussion during a types team meeting.Nominated for discussion during a types team meeting.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.