Skip to content

Commit 468350d

Browse files
committed
remove stray question mark
1 parent 899af88 commit 468350d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/inside-rust/2019-11-19-ide-future.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "2019-11-18 IDE team (?) meeting"
3+
title: "2019-11-18 IDE team meeting"
44
author: Aleksey Kladov, Igor Matuszewski
55
team: the IDE team <https://www.rust-lang.org/governance/teams/dev-tools#ides>
66
---
@@ -54,6 +54,6 @@ Unlike RLS, however, rust-analyzer will not link to rustc and instead will rely
5454
If this approach works, we will consider freezing RLS and focusing fully on rust-analyzer.
5555
Long term, the plan is to unify the save-analysis fallback path and the lazy analysis.
5656

57-
In parallel to this RLS/rust-analyzer unification effort, we continue to pursue rustc library-ification, with a specific focus on traits solving (via chalk) and type inference.
57+
In parallel to this RLS/rust-analyzer unification effort, we continue to pursue rustc library-ification, with a specific focus on traits solving (via chalk) and type inference.
5858
"Library-ification" is a term we've been using for the process of extracting code out of rustc into re-usable libaries which can be shared by both rustc and rust-analyzer.
5959
The goal is to use library-ification to gradually reduce the amount of duplicated code between rustc and rust-analyzer, with the goal of eventually either having a single code-base, or having the vast majority of the logic be shared.

0 commit comments

Comments
 (0)