[red-knot] Use 'full' salsa backtrace output that includes durability and revisions (#17735)

This commit is contained in:
Micha Reiser 2025-04-30 13:04:06 +02:00 committed by GitHub
parent d1f359afbb
commit 0861ecfa55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -346,7 +346,7 @@ fn run_test(
if let Some(backtrace) = info.salsa_backtrace {
salsa::attach(db, || {
messages.extend(backtrace.to_string().split('\n').map(String::from));
messages.extend(format!("{backtrace:#}").split('\n').map(String::from));
});
}