mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
![]() Remove unwrap from get_vtable This avoids ICE on issue #97381 I think the bug is a bit deeper though, it compiles fine when `v` is `&v` which makes me think `Deref` is causing some issue with borrowck but it's fine I guess since this thing crashes since `nightly-2020-09-17` 😅 |
||
---|---|---|
.. | ||
assoc.rs | ||
common_traits.rs | ||
instance.rs | ||
lib.rs | ||
needs_drop.rs | ||
representability.rs | ||
ty.rs |