Skip to content

Commit

Permalink
Ugly commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Feb 25, 2023
1 parent 15cb6f9 commit 8baf2f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prusti-viper/src/encoder/errors/error_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ impl<'tcx> ErrorManager<'tcx> {
)
}

("exhale.failed:insufficient.permission", ErrorCtxt::CopyPlace) |
("exhale.failed:insufficient.permission", ErrorCtxt::MovePlace) |
("call.precondition:insufficient.permission", ErrorCtxt::CopyPlace) |
("call.precondition:insufficient.permission", ErrorCtxt::MovePlace) => {
PrustiError::verification(
Expand Down

0 comments on commit 8baf2f4

Please sign in to comment.