Aleksey Kladov add87f5424 Avoid blocking the main loop when editing Cargo.toml
I've noticed a bunch of "main loop too long" warnings in console when
typing in Cargo.toml. Profiling showed that the culprit is `rustc
--print cfg` call.

I moved it to the background project loading phase, where it belongs.
This highlighted a problem: we generally use single `cfg`, while it
really should be per crate.
2021-01-18 14:52:12 +03:00
..
2021-01-07 19:11:27 +03:00
2021-01-03 14:43:29 +01:00
2021-01-17 13:18:45 +03:00
2021-01-11 08:27:16 -05:00
⬆️ arena
2021-01-17 11:43:04 +03:00
2021-01-18 10:12:54 +00:00
⬆️ arena
2021-01-17 11:43:04 +03:00
2021-01-18 10:12:54 +00:00
2021-01-18 10:12:54 +00:00
2021-01-17 16:50:03 +03:00
⬆️ arena
2021-01-17 11:43:04 +03:00
2021-01-09 15:41:29 +01:00
2021-01-05 02:00:46 +08:00
2021-01-12 18:01:47 +01:00