Skip to content

Commit

Permalink
Fix test annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Jul 19, 2023
1 parent c2990d5 commit c153d2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fn main() {
let y = 0;
let z = 1 / y; //~ ERROR assertion might fail with "attempt to divide by zero"
//~^ ERROR this operation will panic at runtime
}

0 comments on commit c153d2c

Please sign in to comment.