Dont claim to have marked static initialized

This commit is contained in:
bjorn3 2018-03-19 08:09:50 +01:00 committed by Oliver Schneider
parent d4f30aa9c1
commit 4ecbcc5577
No known key found for this signature in database
GPG key ID: 1D5CB4FC597C3004

View file

@ -261,7 +261,7 @@ impl<'mir, 'tcx: 'mir> Machine<'mir, 'tcx> for Evaluator<'tcx> {
Env => err!(Unimplemented("statics can't refer to env vars".to_owned())),
_ => Ok(false), // TODO: What does the bool mean?
}*/
Ok(true)
Ok(false)
}
fn init_static<'a>(