Skip to content

regression: as_place unwrap None #115778

Closed

Activity

added
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Sep 12, 2023
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Sep 12, 2023
added this to the 1.73.0 milestone on Sep 12, 2023
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 12, 2023
matthiaskrgr

matthiaskrgr commented on Sep 12, 2023

@matthiaskrgr
Member

Might be related to #110453

apiraino

apiraino commented on Sep 13, 2023

@apiraino
Contributor

I've tried the first 2 crates (bonedaddy.ellidri and edu-sync), they compile on the current stable fail to compile on beta and nightly.

Provisionally assigning P-high waiting for more investigation (Zulip discussion).

@rustbot label -I-prioritize +P-high +T-compiler

added
P-highHigh priority
and removed
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Sep 13, 2023
added
E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
on Sep 14, 2023
apiraino

apiraino commented on Sep 14, 2023

@apiraino
Contributor

bisected to commit 7e4f5ecde93e629a44ad3678059c5cd364791d27, where in this commit originates the issue:
Regression in rust-lang-ci@7e4f5ec i.e. rollup PR #113120

@rustbot label -e-needs-bisection

apiraino

apiraino commented on Sep 14, 2023

@apiraino
Contributor

Bisection probably leads to #111571 cc @jhpratt

TIL to look at the perf builds results, they help getting more context. They told me tha PR 111571 is actually commit 7e4f5ecde93e629a44ad3678059c5cd364791d27

12 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️P-highHigh priorityT-compilerRelevant 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.

Type

No type

Projects

No projects

Relationships

None yet

    Participants

    @lqd@oli-obk@matthiaskrgr@jhpratt@Mark-Simulacrum

    Issue actions

      regression: as_place unwrap None · Issue #115778 · rust-lang/rust