Auto merge of #1700 - RalfJung:rustup, r=RalfJung
rustup Cc https://github.com/rust-lang/rust/issues/81726
This commit is contained in:
commit
4cf36f2850
@ -1 +1 @@
|
||||
0e63af5da3400ace48a0345117980473fd21ad73
|
||||
120b2a704a60d4341286bd82f6e638c65ca169b6
|
||||
|
@ -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>() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user