You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs when trying to implement conrod's Widget trait for a type. If I remove the impl Widget for Foo block, the ICE stops occurring. Strangely however, I'm able to implement Widget for another type in the same crate without any issues.
So far I've tried the following:
cargo clean
manually removing the target directory
manually removing the Cargo.lock
removing doc comments
I've noticed that there are a few different errors already reported for thread 'rustc' panicked at 'explicit panic', ../src/librbml/lib.rs:395 (#27654, #28700, #28290), however they all seem to error on a different tag and their stack traces look quite different, so I thought it'd be best to open a new issue.
The text was updated successfully, but these errors were encountered:
The ICE occurs when I
cargo build
a personal project.Here's the stack trace:
The error occurs when trying to implement conrod's
Widget
trait for a type. If I remove theimpl Widget for Foo
block, the ICE stops occurring. Strangely however, I'm able to implementWidget
for another type in the same crate without any issues.So far I've tried the following:
cargo clean
target
directoryCargo.lock
I've noticed that there are a few different errors already reported for
thread 'rustc' panicked at 'explicit panic', ../src/librbml/lib.rs:395
(#27654, #28700, #28290), however they all seem to error on a different tag and their stack traces look quite different, so I thought it'd be best to open a new issue.The text was updated successfully, but these errors were encountered: