Skip to content

Commit

Permalink
Update Rust instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger authored Oct 19, 2023
1 parent aa11751 commit 6431bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ With this change, the code should now compile and work as expected.
### Rust

```
% rustc test/testme.rs |& cwhy
% `cwhy --wrapper --wrapper-compiler=cargo` build
There are three issues: 1. There are two unused variables `x` in the
code. 2. The variable `x` is used after it has already been moved in
the call to `f(x)`, which takes ownership of `x`. 3. The function
Expand Down

0 comments on commit 6431bb4

Please sign in to comment.