Closed Mark-Simulacrum closed 1 year ago
Added in https://github.com/rust-lang/rust/pull/111278 cc @EFanZh
We discussed this in the t-libs meeting. We consider this to be acceptable inference breakage due to overly-generic code. We should however add a compatibility note in the release notes.
Closing - we have a pending comments on the relnotes PR.
This breaks many libraries that depend on the
tui
crate (see method: https://docs.rs/tui/latest/tui/layout/struct.Layout.html#method.constraints).Added in https://github.com/rust-lang/rust/pull/111278.
Around 69 errors likely attributable to this were detected in Crater:
Due to the tui method calls:
Other cases: