1
Fork 0

Stabilize order of MonoItems in CGUs and disallow query_instability lint for rustc_monomorphize

This commit is contained in:
Michael Woerister 2024-06-03 14:36:55 +02:00
parent 1d52972dd8
commit 6cfdc571d9
4 changed files with 74 additions and 74 deletions

View file

@ -1,6 +1,5 @@
#![feature(array_windows)]
#![feature(is_sorted)]
#![allow(rustc::potential_query_instability)]
use rustc_hir::lang_items::LangItem;
use rustc_middle::bug;