]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/tag-blank-lines.rs
Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum
[rust.git] / src / test / pretty / tag-blank-lines.rs
index b6e440bbf478e9f107356699ece011265601f1cb..28ed4fccaf26be8bd328bfb3803a227fdbfdf078 100644 (file)
@@ -1,8 +1,8 @@
 // pp-exact
 
-tag foo {
-    foo; // a foo.
-    bar;
+enum foo {
+    bar, // a bar.
+    baz,
 }
 
 fn main() { }