]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/missing/missing-allocator.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / missing / missing-allocator.rs
index 6d867e2e8b48e12b980e564c72892b80f5fc37ef..2dc509f2c632da0b599b2be0beacc1a39c0f4594 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) -> ! {