Dont claim to have marked static initialized
This commit is contained in:
parent
d4f30aa9c1
commit
4ecbcc5577
1 changed files with 1 additions and 1 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue