Git Product home page Git Product logo

Comments (6)

nbdd0121 avatar nbdd0121 commented on August 19, 2024 2

These examples all generate correct errors on beta (which contains inline const stablisation) but ICE on nightly. Looks like something else breaks these?

from rust.

theemathas avatar theemathas commented on August 19, 2024 1

Minimized:

fn foo() {
    const { return }
}

Variations that also cause ICEs of varying kinds:

fn foo() {
    'a: {
        const { break 'a }
    }
}
fn foo() {
    loop {
        const { break }
    }
}
fn foo() {
    'a: {
        const { continue 'a }
    }
}
fn foo() {
    loop {
        const { continue }
    }
}
async fn foo() {
    const { async {}.await }
}
fn foo() {
    let x = 1;
    const { &x };
}

from rust.

Nilstrieb avatar Nilstrieb commented on August 19, 2024

cc @nbdd0121 that's pretty bad... the fix for that should probably be backported or maybe even delaying the stabilization for one release? no strong opinion.

from rust.

nbdd0121 avatar nbdd0121 commented on August 19, 2024

@rustbot label: +E-needs-bisection

from rust.

apiraino avatar apiraino commented on August 19, 2024

I've tried bisecting a couple of them and they all both point to 7717a30 cc @oli-obk @nnethercote

@rustbot label -E-needs-bisection

from rust.

apiraino avatar apiraino commented on August 19, 2024

WG-prioritization assigning priority (Zulip discussion).

Being easy to be triggered even if for now only on nightly.

@rustbot label -I-prioritize +P-high

from rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.