]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/byte-string-literals.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / byte-string-literals.rs
index d028f28655b8e7ace270330e789956ebbefa34e2..8d8ee4da987176134799b5835c1c5ea3d91f4ae1 100644 (file)
@@ -1,8 +1,5 @@
 // compile-flags: -Z continue-parse-after-error
 
-
-// ignore-tidy-tab
-
 static FOO: &'static [u8] = b"\f";  //~ ERROR unknown byte escape
 
 pub fn main() {