mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
test: Fix unresolved name in regions-mock-trans-impls.rs
This commit is contained in:
parent
c56ec7b02a
commit
7592dae949
@ -22,7 +22,7 @@ impl arena for arena {
|
||||
}
|
||||
|
||||
fn h(bcx : &bcx) -> &bcx {
|
||||
ret new(*bcx.fcx.arena) { fcx: fcx };
|
||||
ret new(*bcx.fcx.arena) { fcx: bcx.fcx };
|
||||
}
|
||||
|
||||
fn g(fcx : &fcx) {
|
||||
|
Loading…
Reference in New Issue
Block a user