Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Apr 16, 2018
1 parent e4c5298 commit 5da1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ impl<'a, 'tcx> Memory<'a, 'tcx> {
} else {
let static_ = tcx
.interpret_interner
.get_corresponding_static_def_id(ptr.alloc_id);
.get_static(ptr.alloc_id);

if let Some(_def_id) = static_ {
unimplemented!()
Expand Down

0 comments on commit 5da1a8d

Please sign in to comment.