diff options
| author | bors <bors@rust-lang.org> | 2021-07-02 11:42:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-02 11:42:38 +0000 |
| commit | ce331ee6ee010438d1a58c7da8ced4f26d69a20e (patch) | |
| tree | dbe87a9389300b43acff319a3b312623a0f8e921 /src/tools/rustfmt | |
| parent | f9fa13f705bb8b1c57c6b6fe95055ec4995a40f0 (diff) | |
| parent | cd3a48fdb650f6ce7c6c8a31d2136073fc3338f5 (diff) | |
| download | rust-ce331ee6ee010438d1a58c7da8ced4f26d69a20e.tar.gz rust-ce331ee6ee010438d1a58c7da8ced4f26d69a20e.zip | |
Auto merge of #86806 - GuillaumeGomez:rollup-pr5r37w, r=GuillaumeGomez
Rollup of 5 pull requests Successful merges: - #85749 (Revert "Don't load all extern crates unconditionally") - #86714 (Add linked list cursor end methods) - #86737 (Document rustfmt on nightly-rustc) - #86776 (Skip layout query when computing integer type size during mangling) - #86797 (Stabilize `Bound::cloned()`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/tools/rustfmt')
| -rw-r--r-- | src/tools/rustfmt/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustfmt/src/lib.rs b/src/tools/rustfmt/src/lib.rs index cde5d390cf2..ce8a45eea65 100644 --- a/src/tools/rustfmt/src/lib.rs +++ b/src/tools/rustfmt/src/lib.rs @@ -1,6 +1,7 @@ #![feature(rustc_private)] #![deny(rust_2018_idioms)] #![warn(unreachable_pub)] +#![recursion_limit = "256"] #[macro_use] extern crate derive_new; |
