Use an array in LanguageItems

This commit is contained in:
Cameron Steffen 2022-10-26 16:18:46 -05:00
parent f808430497
commit 1e349fb0dd
2 changed files with 13 additions and 13 deletions

View file

@ -9,6 +9,7 @@
#![feature(min_specialization)]
#![feature(never_type)]
#![feature(rustc_attrs)]
#![feature(variant_count)]
#![recursion_limit = "256"]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]