Loading
scripts: rust: emit path candidates in panic message
Include all information in the panic message rather than emit fragments to stderr to avoid possible interleaving with other output. Signed-off-by:Tamir Duberstein <tamird@gmail.com> Link: https://lore.kernel.org/r/20250529-idiomatic-match-slice-v2-2-4925ca2f1550@gmail.com [ Kept newlines using `writeln!`. Used new message from Tamir. Reworded title. - Miguel ] Signed-off-by:
Miguel Ojeda <ojeda@kernel.org>