mirror of https://github.com/astral-sh/ruff
[red-knot] Use 'full' salsa backtrace output that includes durability and revisions (#17735)
This commit is contained in:
parent
d1f359afbb
commit
0861ecfa55
|
|
@ -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));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue