X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fincremental%2Fissue-39569.rs;h=881ecfca740bf422fc23c2ccc633943627ccb865;hb=a7c2eef2aeb23f52efc4a4bfd240292d43a61798;hp=5b53e94825300d2219b3b82e40423787e27af80e;hpb=55013cddefbd8e2616370a72df785c20880189ce;p=rust.git diff --git a/src/test/incremental/issue-39569.rs b/src/test/incremental/issue-39569.rs index 5b53e948253..881ecfca740 100644 --- a/src/test/incremental/issue-39569.rs +++ b/src/test/incremental/issue-39569.rs @@ -1,13 +1,3 @@ -// Copyright 2014 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. - // Regression test for a weird corner case in our dep-graph reduction // code. When we solve `CoerceUnsized`, we find no impls, so we // don't end up with an edge to any HIR nodes, but it still gets @@ -35,4 +25,3 @@ fn main() { let x: Arc = Arc::new(FooX { x: 22 }); let y: Arc = x; } -