]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Mon, 21 Jun 2021 15:00:41 +0000 (00:00 +0900)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 15:00:41 +0000 (00:00 +0900)
commita81f55fb161a22e287220281d33542406a3a57f8
treecbce5f812d4b6c96bd460b3dc988204d90093c2a
parentaba0bed46606d49b910cd6b44f161d549f9c1a8c
parentd2f2237d3127f2da13d6bc610de2af09253c531a
Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simulacrum

rustfmt: load nested out-of-line mods correctly

This should address https://github.com/rust-lang/rustfmt/issues/4874

r? `@Mark-Simulacrum`

Decided to make the change directly in tree here for expediency/to minimize any potential backporting issues, and because there's some subtree sync items I need to get resolved before pulling from r-l/rustfmt