Skip to content

Commit

Permalink
Auto merge of #1138 - wesleywiser:fix_miri_after_cast_truncation_chec…
Browse files Browse the repository at this point in the history
…king, r=oli-obk

Bump rustc version to fix miri

Fixes rust-lang/rust#67793
  • Loading branch information
bors committed Jan 2, 2020
2 parents 67ef0b1 + 959033c commit 4da2b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38aa6bdfd705ea0604d7d5dd9fabc5e8f853a4fc
0ec370670220b712b042ee09aab067ec7e5878d5
2 changes: 2 additions & 0 deletions tests/run-pass/c_enums.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(const_err)] // don't warn about truncating casts

enum Foo {
Bar = 42,
Baz,
Expand Down

0 comments on commit 4da2b21

Please sign in to comment.