apply #[optimize(size)] to #[cold] ones and part of the panick machinery

This commit is contained in:
The 8472
2024-08-13 23:54:54 +02:00
parent 80eb5a8e91
commit 6d8f0bd930
9 changed files with 24 additions and 9 deletions

View File

@@ -233,6 +233,7 @@
#![feature(never_type)]
#![feature(no_core)]
#![feature(no_sanitize)]
#![feature(optimize_attribute)]
#![feature(prelude_import)]
#![feature(repr_simd)]
#![feature(rustc_allow_const_fn_unstable)]