Files
rust/tests
lcnr e1be0d2e2a MIR typeck: invariant ctxt fast path
This removes variance information from some diagnostics. However,
that variance information is not actually relevant here. Casting
`*const dyn Cat<'a>` to `*const S<dyn Cat<'static>>` is an error
regardless of whether `S` requires its argument to be invariant.
Wide-pointer casts always require the trait object arguments to be
invariant.
2025-12-04 15:43:05 +01:00
..
2025-11-12 12:48:27 +01:00
2025-11-26 16:33:13 +09:00
2025-12-02 18:25:13 +00:00
2025-12-04 15:43:05 +01:00