From: Dale Wijnand Date: Tue, 10 Apr 2018 05:44:59 +0000 (+0100) Subject: enable cargo edition feature & bump to 2018 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~81^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6086f26f9129422139d832dd17293cb7160b973f;p=cargo.git enable cargo edition feature & bump to 2018 --- diff --git a/tests/testsuite/install.rs b/tests/testsuite/install.rs index 0429540e7..3224f269f 100644 --- a/tests/testsuite/install.rs +++ b/tests/testsuite/install.rs @@ -1025,10 +1025,13 @@ fn installs_from_cwd_with_2018_warnings() { .file( "Cargo.toml", r#" + cargo-features = ["edition"] + [package] name = "foo" version = "0.1.0" authors = [] + rust = "2018" "#, ) .file("src/main.rs", "fn main() {}")