Update builtin attribute list

This commit is contained in:
Lukas Wirth 2023-06-04 10:02:11 +02:00
parent 48f8799bf1
commit f9a9e40c0a
4 changed files with 115 additions and 62 deletions

View file

@ -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| {