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
It occurs "internal compiler error" when I build latest version of servo.
servo ver: servo/servo@de7e26d
corresponding rust ver: 0b90493
I had locally fixed 1 syntax mismatch error in sharegl(a submodule of servo), and passed.
and then occured some kind of rust bug below.
rust: task failed at 'index out of bounds: the len is 0 but the index is 0', /home/aydin.kim/servo/aydinkim/servo/src/rust/src/librustc/middle/trans/_match.rs:1283
The text was updated successfully, but these errors were encountered:
…askrgr
clarify margin of error in wording of float comparison operator lint messages
fixesrust-lang#6040
changelog: change wording of float comparison operator to make margin of error less ambiguous
It occurs "internal compiler error" when I build latest version of servo.
servo ver: servo/servo@de7e26d
corresponding rust ver: 0b90493
I had locally fixed 1 syntax mismatch error in sharegl(a submodule of servo), and passed.
and then occured some kind of rust bug below.
rust: task failed at 'index out of bounds: the len is 0 but the index is 0', /home/aydin.kim/servo/aydinkim/servo/src/rust/src/librustc/middle/trans/_match.rs:1283
The text was updated successfully, but these errors were encountered: