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 Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-ambiguous.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-elision.nll.stderr Update tests 2018-09-01 12:58:18 +02:00
object-lifetime-default-elision.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-elision.stderr apply process_registered_region_obligations at the end of regionck 2018-09-26 09:38:26 -04:00
object-lifetime-default-from-box-error.nll.stderr Update tests 2018-09-01 12:58:18 +02:00
object-lifetime-default-from-box-error.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-from-box-error.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-from-rptr-box-error.nll.stderr Update ui tests 2018-09-19 20:50:09 +01:00
object-lifetime-default-from-rptr-box-error.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-from-rptr-box-error.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-from-rptr-struct-error.nll.stderr Update ui tests 2018-09-19 20:50:09 +01:00
object-lifetime-default-from-rptr-struct-error.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-from-rptr-struct-error.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-mybox.nll.stderr Update tests 2018-09-01 12:58:18 +02:00
object-lifetime-default-mybox.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default-mybox.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
object-lifetime-default.stderr Fix undesirable fallout 2018-08-17 13:17:39 +03:00