]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/no-stack-overflow-25295.rs
Auto merge of #69550 - RalfJung:scalar, r=oli-obk
[rust.git] / src / test / rustdoc / no-stack-overflow-25295.rs
index 37b0aca4b00caa1cd46b1472b4a767c0a340e623..dd79f1e4baaa073e23f8f22d1da8ac3a59a87953 100644 (file)
@@ -1,15 +1,5 @@
-// Copyright 2018 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.
-
-// ensure this code doesn't stack overflow
-// aux-build:enum_primitive.rs
+// Ensure this code doesn't stack overflow.
+// aux-build:enum-primitive.rs
 
 #[macro_use] extern crate enum_primitive;
 
@@ -43,4 +33,3 @@ pub enum Test {
         Z1,Z2,Z3,Z4,Z5,Z6,
     }
 }
-