]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-14309.rs
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-14309.rs
index d0e532a264656d8419bf177e286d9a7df7185810..328a4c982b81e6bb1839bda5e9d8c49c7eb8fc7b 100644 (file)
@@ -27,7 +27,7 @@ struct D {
 }
 
 extern "C" {
-    fn foo(x: A); //~ ERROR type `A` which is not FFI-safe
+    fn foo(x: A); //~ ERROR type `A`, which is not FFI-safe
     fn bar(x: B); //~ ERROR type `A`
     fn baz(x: C);
     fn qux(x: A2); //~ ERROR type `A`