more priroda requirements
This commit is contained in:
parent
b8842b25e8
commit
f81c4ac91b
@ -881,7 +881,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
||||
self.read_lvalue(lvalue)
|
||||
}
|
||||
|
||||
fn read_lvalue(&mut self, lvalue: Lvalue<'tcx>) -> EvalResult<'tcx, Value> {
|
||||
pub fn read_lvalue(&self, lvalue: Lvalue<'tcx>) -> EvalResult<'tcx, Value> {
|
||||
match lvalue {
|
||||
Lvalue::Ptr { ptr, extra } => {
|
||||
assert_eq!(extra, LvalueExtra::None);
|
||||
|
Loading…
x
Reference in New Issue
Block a user