Skip to content

Commit

Permalink
Update Rustc version to 2021-07-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Jul 17, 2021
1 parent f1366ae commit 8badab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions prusti-tests/tests/cargo_verify/failing_crate/output.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ note: the failing assertion is here
3 | #[requires(x > 999)]
| ^^^^^^^

error: aborting due to previous error

error: could not compile `failing_crate`

To learn more, run the command again with --verbose.
error: could not compile `failing_crate` due to previous error
6 changes: 1 addition & 5 deletions prusti-tests/tests/cargotest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ fn simple_assert_false() {
|
= note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[ERROR] aborting due to previous error
[ERROR] could not compile `foo`
To learn more, run the command again with --verbose.
error: could not compile `foo` due to previous error
",
)
.run();
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-07-15"
channel = "nightly-2021-07-17"
components = [ "rustc-dev", "llvm-tools-preview" ]
profile = "minimal"

0 comments on commit 8badab3

Please sign in to comment.