Skip to content

Commit

Permalink
Update write_invalid.rs
Browse files Browse the repository at this point in the history
Remove the fix me comment
  • Loading branch information
celinval authored Apr 5, 2024
1 parent d1104fb commit 013c6a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/kani/ValidValues/write_invalid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
//! Writing invalid bytes is not UB as long as the incorrect value is not read.
//! However, we over-approximate for sake of simplicity and performance.
// Note: We're getting an unexpected compilation error because the type returned
// from StableMIR is `Alias`: https://github.com/model-checking/kani/issues/3113

use std::num::NonZeroU8;

#[kani::proof]
Expand Down

0 comments on commit 013c6a3

Please sign in to comment.