]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_passes/lib.rs
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
[rust.git] / src / librustc_passes / lib.rs
index a5d2edbc5d4396f286688ded2938246aa7dbf509..0b394d800ea89a3ba6f793f0b03b23933be9f3e3 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2012-2013 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 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 //! Various checks
 //!
 //! # Note
@@ -21,6 +11,8 @@
 #![feature(nll)]
 #![feature(rustc_diagnostic_macros)]
 
+#![recursion_limit="256"]
+
 #[macro_use]
 extern crate rustc;
 extern crate rustc_mir;