rust/src/test/ui/object-lifetime
Niko Matsakis b2e0215a1f apply process_registered_region_obligations at the end of regionck
We used to apply it repeatedly as we went, relying on the current
value of the `region_bound_pairs_accum` vector. But now we save those
values into a map, so we can just process all the registered region
obligations at the end.
2018-09-26 09:38:26 -04:00
..
object-lifetime-default-ambiguous.rs
object-lifetime-default-ambiguous.stderr
object-lifetime-default-elision.nll.stderr
object-lifetime-default-elision.rs
object-lifetime-default-elision.stderr
object-lifetime-default-from-box-error.nll.stderr
object-lifetime-default-from-box-error.rs
object-lifetime-default-from-box-error.stderr
object-lifetime-default-from-rptr-box-error.nll.stderr
object-lifetime-default-from-rptr-box-error.rs
object-lifetime-default-from-rptr-box-error.stderr
object-lifetime-default-from-rptr-struct-error.nll.stderr
object-lifetime-default-from-rptr-struct-error.rs
object-lifetime-default-from-rptr-struct-error.stderr
object-lifetime-default-mybox.nll.stderr
object-lifetime-default-mybox.rs
object-lifetime-default-mybox.stderr
object-lifetime-default.rs
object-lifetime-default.stderr