1
Fork 0

Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur

Update bootstrap compiler to 1.73.0 beta
This commit is contained in:
bors 2023-08-24 11:10:52 +00:00
commit 8a6b67f988
46 changed files with 443 additions and 472 deletions

View file

@ -18,7 +18,7 @@
#![recursion_limit = "256"]
#![allow(rustdoc::private_intra_doc_links)]
#![allow(rustc::potential_query_instability)]
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![allow(internal_features)]
#[macro_use]
extern crate tracing;