]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/attr-literals.rs
Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum
[rust.git] / src / test / pretty / attr-literals.rs
index 9db7e27b16103e195eded9d81c95511465321e67..44d2c5db3e668e67fad55215387a9710a4aeb250 100644 (file)
@@ -5,7 +5,7 @@
 #![feature(rustc_attrs)]
 
 fn main() {
-    #![rustc_dummy("hi", 1, 2, 1.012, pi = 3.14, bye, name ("John"))]
+    #![rustc_dummy("hi", 1, 2, 1.012, pi = 3.14, bye, name("John"))]
     #[rustc_dummy = 8]
     fn f() { }