]> git.lizzy.rs Git - rust.git/commitdiff
Add core to STD_DEPS
authorLaurențiu Nicola <lnicola@users.noreply.github.com>
Sun, 3 Feb 2019 15:35:42 +0000 (17:35 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Feb 2019 15:35:42 +0000 (17:35 +0200)
See #731.

crates/ra_lsp_server/src/project_model/sysroot.rs

index 3b2fa070b2e5317e1e2c88ed1a14d9135b38c997..1e0604bf527e402365609b0e951b17c350bb445f 100644 (file)
@@ -129,6 +129,7 @@ pub(crate) fn deps<'a>(self, sysroot: &'a Sysroot) -> impl Iterator<Item = Sysro
 const STD_DEPS: &str = "
 alloc_jemalloc
 alloc_system
+core
 panic_abort
 rand
 compiler_builtins