Skip to content

derive AbiExample for GenericArray overflow #187

Closed
rust-lang/rust
#140306
@lcnr

Description

@lcnr

a lot of failures seem to be overflow errors due to this. Haven't yet looked into this at all

impacts:

#![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 suite

Type

No type

Projects

Status

done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions