diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-12 04:42:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 04:42:20 +0100 |
| commit | b8fe6f9d432c1165572f0c5fdf17bfb6b85eba82 (patch) | |
| tree | ad6509ccc5119300a7791b6af30b46f44e4b1b9f | |
| parent | 95ffa78784f99e5218ea6b8786fdf77b6e1174e5 (diff) | |
| parent | 36806b542e8129e76eb191a46babf5b9d4a037c7 (diff) | |
| download | rust-b8fe6f9d432c1165572f0c5fdf17bfb6b85eba82.tar.gz rust-b8fe6f9d432c1165572f0c5fdf17bfb6b85eba82.zip | |
Rollup merge of #58288 - taiki-e:rustc-workspace-hack-2018, r=alexcrichton
rustc-workspace-hack => 2018 Transitions `rustc-workspace-hack` to Rust 2018; cc #58099 r? @alexcrichton
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index f5eeddda036..f943ac9815a 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0' description = """ Hack for the compiler's own build system """ +edition = "2018" [lib] path = "lib.rs" |
