]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/multi-byte-chars.rs
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / debuginfo / multi-byte-chars.rs
index 5382dd1a3234b4b5427afa611f57b80c68fa93ac..5c68a88f2fb1b2a2ece9b009a61d5c57e9450c55 100644 (file)
@@ -2,8 +2,6 @@
 
 // compile-flags:-g
 
-#![feature(non_ascii_idents)]
-
 // This test checks whether debuginfo generation can handle multi-byte UTF-8
 // characters at the end of a block. There's no need to do anything in the
 // debugger -- just make sure that the compiler doesn't crash.