Change error to E0572
This commit is contained in:
parent
b1dd793acd
commit
ed3c483aa8
3 changed files with 4 additions and 4 deletions
|
|
@ -8,6 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
const FOO: u32 = return 0; //~ ERROR E0571
|
||||
const FOO: u32 = return 0; //~ ERROR E0572
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue