Change error to E0572

This commit is contained in:
Guillaume Gomez 2016-12-08 20:49:26 -08:00
parent b1dd793acd
commit ed3c483aa8
3 changed files with 4 additions and 4 deletions

View file

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