mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Indicate when project needs a reload
This commit is contained in:
parent
3ef7676076
commit
4f26a3734e
4 changed files with 51 additions and 7 deletions
|
@ -32,6 +32,7 @@ pub(crate) enum Status {
|
|||
Loading,
|
||||
Ready,
|
||||
Invalid,
|
||||
NeedsReload,
|
||||
}
|
||||
|
||||
impl Default for Status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue