Skip to content

Commit

Permalink
handle different error output
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 18, 2024
1 parent 13de19e commit 2cf7948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/irust/src/irust/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub fn format_eval_output(
}

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

pub fn format_check_output(
Expand Down

0 comments on commit 2cf7948

Please sign in to comment.