]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/issue-30731.rs
Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay
[rust.git] / src / test / pretty / issue-30731.rs
index cd72ae9843351d9b1353e9879297ccf5c92644d3..02951395e70b440491cab26889ef5c1301bda97c 100644 (file)
@@ -1,12 +1,3 @@
-// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
 //
 // Test pretty printing of macro with braces but without terminating semicolon,
 // this used to panic before fix.
@@ -14,4 +5,4 @@
 // pretty-compare-only
 // pp-exact
 
-fn main() { b!{ } c }
+fn main() { b! { } c }