X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Ftry-block%2Ftry-block-bad-lifetime.rs;h=872604f4eee84629ffa8bf673d00120316ff3ff0;hb=0b1669d96cee9dec9035a50fdf0a967a68605f98;hp=576a0202018b6ae5b00fa8e020e9a1fc5efbf85a;hpb=714e5b3c4663c353b8bb69a7276664d7b1b04c29;p=rust.git diff --git a/src/test/ui/try-block/try-block-bad-lifetime.rs b/src/test/ui/try-block/try-block-bad-lifetime.rs index 576a0202018..872604f4eee 100644 --- a/src/test/ui/try-block/try-block-bad-lifetime.rs +++ b/src/test/ui/try-block/try-block-bad-lifetime.rs @@ -1,13 +1,3 @@ -// Copyright 2017 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. - // compile-flags: --edition 2018 #![feature(try_blocks)]