Minor refactoring.

This commit is contained in:
Alexander Regueiro 2018-06-25 00:08:36 +01:00
parent 9f751a9c5a
commit 13b82ecf80
3 changed files with 24 additions and 27 deletions

View file

@ -16,6 +16,6 @@ extern {
pub static BAZ: u32 = *&error_message_count;
//~^ ERROR constant evaluation error
//~| tried to read foreign (extern) static
//~| tried to read from foreign (extern) static
fn main() {}