]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/lint-ctypes.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / lint-ctypes.rs
index 0a1b78c8d5d0afed5f68fb7c11ac1546944eda3a..352a31cf67b2d230100dc9b210abe0b59453a077 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[deny(ctypes)];
+#![deny(ctypes)]
 
 use std::libc;