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
git clone https://github.com/christolliday/limn
cargo run --example circles
The text was updated successfully, but these errors were encountered:
fschutt
changed the title
Compiler panics on crate crate wayland_kbd @ impls_ty.rs:78 - unexpected region
CARGO_INCREMENTAL=1 crashes wayland_kbd @ impls_ty.rs:78 - unexpected region
Oct 12, 2017
Summary
The compiler panics when compiling
limn_layout
(https://github.com/christolliday/limn) because a dependency (wayland_kbd v0.9.1) panics:NOTE: This does not occur when
CARGO_INCREMENTAL=0
.rustc version:
Full backtrace:
Operating system
Reproducing
This bug occured when compiling the samples for
limn
(https://github.com/christolliday/limn):The text was updated successfully, but these errors were encountered: