1
Fork 0

also make 'core_intrinsics' internal

This commit is contained in:
Ralf Jung 2023-11-22 07:30:09 +01:00
parent d1583eba66
commit 74834a9d74
6 changed files with 14 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#![feature(hash_raw_entry)]
#![feature(min_specialization)]
#![feature(let_chains)]
#![allow(rustc::potential_query_instability)]
#![allow(rustc::potential_query_instability, internal_features)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]