diff --git a/tests/graphical.rs b/tests/graphical.rs index 81b8421..536efcd 100644 --- a/tests/graphical.rs +++ b/tests/graphical.rs @@ -46,7 +46,7 @@ fn fmt_report_with_settings( handler.render_report(&mut out, diag.as_ref()).unwrap(); - println!("Error:\n```\n{out}\n```"); + println!("Error:\n```\n{}\n```", out); out }