Auto merge of #1700 - RalfJung:rustup, r=RalfJung

rustup

Cc https://github.com/rust-lang/rust/issues/81726
This commit is contained in:
bors 2021-02-03 22:38:19 +00:00
commit 4cf36f2850
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0e63af5da3400ace48a0345117980473fd21ad73
120b2a704a60d4341286bd82f6e638c65ca169b6

View File

@ -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>() {