mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
[red-knot] Use 'full' salsa backtrace output that includes durability and revisions (#17735)
This commit is contained in:
parent
d1f359afbb
commit
0861ecfa55
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ fn run_test(
|
||||||
|
|
||||||
if let Some(backtrace) = info.salsa_backtrace {
|
if let Some(backtrace) = info.salsa_backtrace {
|
||||||
salsa::attach(db, || {
|
salsa::attach(db, || {
|
||||||
messages.extend(backtrace.to_string().split('\n').map(String::from));
|
messages.extend(format!("{backtrace:#}").split('\n').map(String::from));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue