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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
It looks CI is currently failing on nightly due to changes in how std::intrinsics::type_name report the names of aliased types. For example, Box is now reported as alloc::boxed::Box instead of std::boxed::Box.
If this new behaviour is not a regression in Rust, we should eventually release a v0.2 with the new behaviour as this would be a breaking change.
The text was updated successfully, but these errors were encountered:
It looks CI is currently failing on nightly due to changes in how
std::intrinsics::type_name
report the names of aliased types. For example,Box
is now reported asalloc::boxed::Box
instead ofstd::boxed::Box
.If this new behaviour is not a regression in Rust, we should eventually release a
v0.2
with the new behaviour as this would be a breaking change.The text was updated successfully, but these errors were encountered: