]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/missing/missing-alloc_error_handler.rs
Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se
[rust.git] / src / test / ui / missing / missing-alloc_error_handler.rs
index ae0c067bb5f3ebd5c4ca44d2bf8eeed420ec3d36..4d378f010ed4d54230d2d5cfc0d21f5142f1c4d5 100644 (file)
@@ -3,7 +3,7 @@
 
 #![no_std]
 #![crate_type = "staticlib"]
-#![feature(panic_handler, alloc_error_handler)]
+#![feature(alloc_error_handler)]
 
 #[panic_handler]
 fn panic(_: &core::panic::PanicInfo) -> ! {