mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:15:31 +00:00
codegen tests: Tolerate `range()` qualifications in enum tests Current LLVM can infer range bounds on the i8s involved with these tests, and annotates it. Accept these bounds if present. `@rustbot` label: +llvm-main cc `@durin42`