Jisuk Byun

Results 3 comments of Jisuk Byun

searched nightlies: from nightly-2025-01-01 to nightly-2025-05-30 regressed nightly: nightly-2025-01-29 searched commit range: https://github.com/rust-lang/rust/compare/2f348cb7ce4063fa4eb40038e6ada3c5214717bd...bf1b174e7d0922fc549071b751ab96fc9ee9f6fe regressed commit: https://github.com/rust-lang/rust/commit/fdd1a3b02687817cea41f6bacae3d5fbed2b2cd0 bisected with cargo-bisect-rustc v0.6.9 Host triple: x86_64-unknown-linux-gnu Reproduce with: ```bash cargo bisect-rustc --end=2025-05-30 --regress...

Below short code shows the same ICE location: ```rust #![allow(incomplete_features)] #![feature(generic_const_exprs)] trait Trait1 { const ASSOC_CONST: usize; } const fn generic_arr(t: [T; Z::ASSOC_CONST]) -> T { t[0] } fn main()...

Regression in https://github.com/rust-lang-ci/rust/commit/069f6d7553b3ae77ee3af528020da952b05802ad The PR introducing the regression in this rollup is #123491: Fix ICE in `eval_body_using_ecx` searched nightlies: from nightly-2023-01-01 to nightly-2024-05-30 regressed nightly: nightly-2024-04-17 searched commit range: https://github.com/rust-lang/rust/compare/ccfcd950b333fed046275dd8d54fe736ca498aa7...1cec373f65eb76e8e4b4d1847213cf3ec6c292b6...