Auto merge of #53567 - alexcrichton:update-cargo, r=Mark-Simulacrum

Update Cargo submodule

Also update Cargo's dependencies while we're at it
This commit is contained in:
bors 2018-08-26 00:58:07 +00:00
commit 36f14b95a2
6 changed files with 442 additions and 416 deletions

View file

@ -8,11 +8,11 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// aux-build:png.rs
// aux-build:png2.rs
// edition:2018
mod png {
use png as png_ext;
use png2 as png_ext;
fn foo() -> png_ext::DecodingError { unimplemented!() }
}