X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustfix%2Fissue-45562.rs;h=a1ac07044e2c2f4f12dd2783d8dfa2f86547aae7;hb=20ce2f6038913058f548f56e1ff1fad29d4df07f;hp=39576e9c845e4bec5cbce87891f7799f5bc5f4d6;hpb=99cd9a9f401de3bf2f8c44f9e61bc505cd663a18;p=rust.git diff --git a/src/test/rustfix/issue-45562.rs b/src/test/rustfix/issue-45562.rs index 39576e9c845..a1ac07044e2 100644 --- a/src/test/rustfix/issue-45562.rs +++ b/src/test/rustfix/issue-45562.rs @@ -1,13 +1,3 @@ -// 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - #[no_mangle] pub const RAH: usize = 5; fn main() {}