]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/foreigntype.rs
Rollup merge of #80874 - jyn514:intra-doc-docs, r=Manishearth
[rust.git] / src / test / rustdoc / foreigntype.rs
index bd8766c0cf13aeba8e91e8d709b7e0e41905cbf1..891cdd5fed76c9bf49835a284a78f65154de4981 100644 (file)
@@ -1,6 +1,6 @@
 #![feature(extern_types)]
 
-extern {
+extern "C" {
     // @has foreigntype/foreigntype.ExtType.html
     pub type ExtType;
 }