X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Foutput-type-mismatch.rs;h=35097aa9ec61fb4ac650a208ad08e6d94f37c4bd;hb=2a663555ddf36f6b041445894a8c175cd1bc718c;hp=158e99ac2003e530b47de5a6d3c095ea5ab23d30;hpb=08b1d83a46848dd7bd778aeae67a1e529e95d8cd;p=rust.git diff --git a/src/test/ui/output-type-mismatch.rs b/src/test/ui/output-type-mismatch.rs index 158e99ac200..35097aa9ec6 100644 --- a/src/test/ui/output-type-mismatch.rs +++ b/src/test/ui/output-type-mismatch.rs @@ -1,13 +1,3 @@ -// Copyright 2012 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. - // error-pattern: mismatched types fn f() { }