mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
c7d0a61e22
tests: mark option-niche-eq as fixed on LLVM 21 Some combination of recent Rust changes (between3d86494a0dandaa57e46e24from what I can tell) and changes in LLVM 21 (not recently, as best I can tell) have caused this test to start showing the behavior we want, so it's time to move this test to a proper place and mark it as fixed on LLVM 21. ~~Probably "fixes" rust-lang/rust#49892, but I'll let others make that call.~~ Closes rust-lang/rust#49892 unless we want to break out a dedicated issue for `Option<bool>::eq` on LLVM 20 (seems low-value). `@rustbot` label llvm-main