]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gate-asm.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-asm.stderr
index ff68a4fb23ee11c5983ad42c8e2f89c3cd18fad8..481e6dc7055cc8627255811e7142591fefc65f5a 100644 (file)
@@ -1,4 +1,4 @@
-error: inline assembly is not stable enough for use and is subject to change (see issue #29722)
+error[E0658]: inline assembly is not stable enough for use and is subject to change (see issue #29722)
   --> $DIR/feature-gate-asm.rs:13:9
    |
 13 |         asm!(""); //~ ERROR inline assembly is not stable enough