Closed
Description
I have the following ICE:
error: internal compiler error: librustc_traits/normalize_erasing_regions.rs:53: could not fully normalize `fn() -> usize {std::mem::size_of::<wire::arp::Body<<AD as device::arp::ArpDevice<P>>::HardwareAddr, P>>}`
The full output of cargo build
with RUST_BACKTRACE=1
is attached. This looks like it could be a regression of #49685
This is for the repo at https://fuchsia-review.googlesource.com/c/garnet/+/194882 - you should be able to cd into bin/recovery_netstack/core/
and run cargo build
to get this error.
cc: @cramertj and @cavedweller
Metadata
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Category: This is a bug.Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Relevant to the compiler team, which will review and decide on the PR/issue.