Merge branch 'main' into marshall/gpui2-playground

This commit is contained in:
Marshall Bowers 2023-10-06 13:33:04 -04:00
commit ad8187b151
107 changed files with 6777 additions and 2442 deletions

View file

@ -1252,7 +1252,7 @@ impl AppContext {
result
})
} else {
panic!("circular model update");
panic!("circular model update for {}", std::any::type_name::<T>());
}
}