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:
commit
36f14b95a2
6 changed files with 442 additions and 416 deletions
|
|
@ -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!() }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue