Skip to content

Commit

Permalink
Auto merge of #1700 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Feb 3, 2021
2 parents 34e22a8 + d309804 commit 4cf36f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e63af5da3400ace48a0345117980473fd21ad73
120b2a704a60d4341286bd82f6e638c65ca169b6
1 change: 1 addition & 0 deletions tests/compile-fail/erroneous_const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
struct PrintName<T>(T);
impl<T> PrintName<T> {
const VOID: ! = panic!(); //~WARN any use of this value will cause an error
//~^ WARN this was previously accepted
}

fn no_codegen<T>() {
Expand Down

0 comments on commit 4cf36f2

Please sign in to comment.