1
Fork 0

Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorino

Use unsafe extern blocks throughout the compiler

Making this change in preparation for edition 2024.

r? spastorino
This commit is contained in:
Matthias Krüger 2024-08-27 18:59:28 +02:00 committed by GitHub
commit 3299e30abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 26 deletions

View file

@ -6,6 +6,7 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![cfg_attr(bootstrap, feature(unsafe_extern_blocks))]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]