]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-2.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / cmse-nonsecure / cmse-nonsecure-call / wrong-abi-location-2.stderr
index 5c148e2cd6fe0b83f071be129ef6f1eaab3cf06d..76073f548848a70bfaa1a47ab9c8ecefffbf7bff 100644 (file)
@@ -1,8 +1,8 @@
 error[E0781]: the `"C-cmse-nonsecure-call"` ABI is only allowed on function pointers.
-  --> $DIR/wrong-abi-location-2.rs:6:1
+  --> $DIR/wrong-abi-location-2.rs:8:1
    |
 LL | / extern "C-cmse-nonsecure-call" {
-LL | |     fn test(); //~ ERROR [E0781]
+LL | |     fn test();
 LL | | }
    | |_^