rust/src/test/ui/nll
bors fdc18b3067 Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis
renumber regions in generators

This fixes #47189, but I think we still have to double check various things around how to treat generators in MIR type check + borrow check (e.g., what borrows should be invalidated by a `Suspend`? What consistency properties should type check be enforcing anyway around the "interior" type?)

Also fixes #47587 thanks to @spastorino's commit.

r? @pnkfelix
2018-01-22 11:11:47 +00:00
..
closure-requirements Updated other tests affected by change. 2018-01-10 19:12:57 +00:00
ty-outlives
borrow-use-issue-46875.rs
borrowed-match-issue-45045.rs Add NLL test for #45045 2018-01-15 11:14:47 -05:00
borrowed-match-issue-45045.stderr Add NLL test for #45045 2018-01-15 11:14:47 -05:00
borrowed-referent-issue-38899.rs remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00
borrowed-referent-issue-38899.stderr remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00
capture-ref-in-struct.rs
capture-ref-in-struct.stderr
constant.rs
drop-may-dangle.rs
drop-may-dangle.stderr
drop-no-may-dangle.rs
drop-no-may-dangle.stderr
generator-distinct-lifetime.rs update test case 2018-01-11 17:36:53 -05:00
get_default.rs
get_default.stderr
guarantor-issue-46974.rs Updated other tests affected by change. 2018-01-10 19:12:57 +00:00
guarantor-issue-46974.stderr Updated other tests affected by change. 2018-01-10 19:12:57 +00:00
issue-47022.rs
maybe-initialized-drop-implicit-fragment-drop.rs
maybe-initialized-drop-implicit-fragment-drop.stderr
maybe-initialized-drop-uninitialized.rs
maybe-initialized-drop-uninitialized.stderr
maybe-initialized-drop-with-fragment.rs
maybe-initialized-drop-with-fragment.stderr
maybe-initialized-drop-with-uninitialized-fragments.rs
maybe-initialized-drop-with-uninitialized-fragments.stderr
maybe-initialized-drop.rs
maybe-initialized-drop.stderr
projection-return.rs
return-ref-mut-issue-46557.rs remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00
return-ref-mut-issue-46557.stderr remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00