]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/new-unicode-escapes-3.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / new-unicode-escapes-3.rs
index 7c64d02efd7465f803b408c76ef655989086a537..5e8bc16ac6e9f2d6af93016cea891001fca4d5c4 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Z parse-only
+
 pub fn main() {
     let s = "\u{d805}"; //~ ERROR illegal unicode character escape
 }