Stabilize order of MonoItems in CGUs and disallow query_instability lint for rustc_monomorphize
This commit is contained in:
parent
1d52972dd8
commit
6cfdc571d9
4 changed files with 74 additions and 74 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue