mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
rustup
This commit is contained in:
parent
35af23b6a9
commit
7f3dd37f1e
@ -1 +1 @@
|
||||
d74b36ea2f814b720c39d7b60aecaefe512a056b
|
||||
4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
struct PrintName<T>(T);
|
||||
impl<T> PrintName<T> {
|
||||
const VOID: ! = panic!(); //~ERROR any use of this value will cause an error
|
||||
const VOID: ! = panic!(); //~ERROR evaluation of `PrintName::<i32>::VOID` failed
|
||||
}
|
||||
|
||||
fn no_codegen<T>() {
|
||||
|
Loading…
Reference in New Issue
Block a user