1764: close #1763 r=matklad a=ivfranco

Close #1763 for now

Co-authored-by: ivfranco <ivfranco33@outlook.com>
This commit is contained in:
bors[bot] 2019-09-05 14:35:57 +00:00 committed by GitHub
commit 566c26cbb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ impl ProjectWorkspace {
if let Some(file_id) = load(krate.root(&sysroot)) {
sysroot_crates.insert(
krate,
crate_graph.add_crate_root(file_id, Edition::Edition2015),
crate_graph.add_crate_root(file_id, Edition::Edition2018),
);
}
}