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
Add tests for rust-lang#564, rust-lang#208 and rust-lang#87.
Unfortunately, it looks like there are still issues with with how we are
encoding panic threads and dynamic objects which are causing two of the
test cases to fail.
Instead of
T[]
, we should use[T]
. This makes@int[]
unambiguous:[@int]
vs.@[int]
.The text was updated successfully, but these errors were encountered: