-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
rust-lang/rust
#140306Labels
from-craterA regression found via a crater run, not part of our test suiteA regression found via a crater run, not part of our test suite
Description
a lot of failures seem to be overflow errors due to this. Haven't yet looked into this at all
impacts:
- gemachain-sdk-1.8.2 https://crater-reports.s3.amazonaws.com/pr-133502-4/try%230c7fed2b7584d310ca8221267fa1b3bec4df427f/reg/gemachain-account-decoder-1.8.2/log.txt
- miraland-sdk-1.19.2 https://crater-reports.s3.amazonaws.com/pr-133502-4/try%230c7fed2b7584d310ca8221267fa1b3bec4df427f/reg/miraland-clap-utils-1.19.2/log.txt
- safecoin-sdk-1.14.17 https://crater-reports.s3.amazonaws.com/pr-133502-4/try%230c7fed2b7584d310ca8221267fa1b3bec4df427f/reg/safecoin-measure-1.14.17/log.txt
#![feature(specialization)]
use gemachain_frozen_abi::abi_example::AbiExample;
use generic_array::{typenum::U64, GenericArray};
fn main() {
let _ = GenericArray::<u8, U64>::example();
}
Metadata
Metadata
Assignees
Labels
from-craterA regression found via a crater run, not part of our test suiteA regression found via a crater run, not part of our test suite
Type
Projects
Status
done
Milestone
Relationships
Development
Select code repository
Activity
lcnr commentedon Apr 25, 2025
MVCE
no idea why it fails idc
Rollup merge of rust-lang#140306 - lcnr:specialization-new, r=compile…
Rollup merge of rust-lang#140306 - lcnr:specialization-new, r=compile…
Rollup merge of rust-lang#140306 - lcnr:specialization-new, r=compile…
Unrolled build for rust-lang#140306