]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/feature-gate/issue-43106-gating-of-builtin-attrs.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / compile-fail / feature-gate / issue-43106-gating-of-builtin-attrs.rs
index 06b872066695393aed63937490d1779dc88bc952..ab2fe02bb147667a75677d1846e049b5d29b9f8f 100644 (file)
@@ -424,7 +424,7 @@ mod no_mangle {
     mod inner { #![no_mangle="3500"] }
 
     #[no_mangle = "3500"] fn f() { }
-    //~^ WARN function is marked #[no_mangle], but not exported
+    //~^ WARN function is marked #[no_mangle], but not exported
 
     #[no_mangle = "3500"] struct S;