We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1190a commit 509c1cdCopy full SHA for 509c1cd
compiler-core/src/language_server/compiler.rs
@@ -59,7 +59,6 @@ where
59
// The build caches do not contain all the information we need in the
60
// LSP (e.g. the typed AST) so delete the caches for the top level
61
// package before we run for the first time.
62
- // TODO: remove this once the caches have contain all the information
63
{
64
let _guard: LockGuard = locker.lock_for_build()?;
65
let path = paths.build_directory_for_package(Mode::Lsp, target, &name);
0 commit comments