Skip to content

Commit 2cf7948

Browse files
committed
handle different error output
1 parent 13de19e commit 2cf7948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/irust/src/irust/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub fn format_eval_output(
114114
}
115115

116116
fn check_is_err(s: &str) -> bool {
117-
!s.contains("dev [unoptimized + debuginfo]")
117+
!s.contains("[unoptimized + debuginfo]")
118118
}
119119

120120
pub fn format_check_output(

0 commit comments

Comments
 (0)