X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fretslot-cast.rs;h=ae500cb15dfdd813d29855954edfdc0e2ec4ccfa;hb=2a663555ddf36f6b041445894a8c175cd1bc718c;hp=a4681633326472a2527a8a1ff0d294148e4d27f1;hpb=b20bba4f3777fd097539e1f516987e0d9729d710;p=rust.git diff --git a/src/test/ui/retslot-cast.rs b/src/test/ui/retslot-cast.rs index a4681633326..ae500cb15df 100644 --- a/src/test/ui/retslot-cast.rs +++ b/src/test/ui/retslot-cast.rs @@ -1,14 +1,3 @@ -// Copyright 2015 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. - - #![allow(warnings)] pub fn fail(x: Option<&(Iterator+Send)>)