mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Update builtin attribute list
This commit is contained in:
parent
48f8799bf1
commit
f9a9e40c0a
4 changed files with 115 additions and 62 deletions
|
@ -798,6 +798,7 @@ impl GlobalState {
|
|||
// so we run them on a latency sensitive thread.
|
||||
self.task_pool.handle.spawn(stdx::thread::ThreadIntent::LatencySensitive, move || {
|
||||
let _p = profile::span("publish_diagnostics");
|
||||
let _ctx = stdx::panic_context::enter("publish_diagnostics".to_owned());
|
||||
let diagnostics = subscriptions
|
||||
.into_iter()
|
||||
.filter_map(|file_id| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue