mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 09:40:35 +00:00
This new enum entry was introduced in https://reviews.llvm.org/D122268, and if I'm reading correctly there's no case where we'd ever encounter it in our uses of LLVM. To preserve the ability to compile this file with -Werror -Wswitch we add an explicit case for this entry.