We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a067b commit 501ae8cCopy full SHA for 501ae8c
tests/integration.rs
@@ -65,6 +65,7 @@ fn integration_test() {
65
.expect("unable to run clippy");
66
67
let stderr = String::from_utf8_lossy(&output.stderr);
68
+ dbg!(&stderr);
69
if let Some(backtrace_start) = stderr.find("error: internal compiler error") {
70
static BACKTRACE_END_MSG: &str = "end of query stack";
71
let backtrace_end = stderr[backtrace_start..]
0 commit comments