]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2091-track-caller/error-with-naked.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / rfc-2091-track-caller / error-with-naked.rs
index bbbcec30e8d51bdf3e47097c1523e522c5e94bba..dd9e5d04135851cd4f1fe97c6ed828cae38b11b8 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(naked_functions, track_caller)] //~ WARN the feature `track_caller` is incomplete
+#![feature(naked_functions, track_caller)]
 
 #[track_caller]
 #[naked]