You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that region inference infers the borrow of x to ReEmpty (because it's live nowhere), which doesn't have an EndRegion. NLL mode (-Z nll) is not affected by this particular pathology, but I think this should still be fixed.
The text was updated successfully, but these errors were encountered:
e.g. (or src/test/run-pass/issue-8860.rs)
The problem is that region inference infers the borrow of
x
toReEmpty
(because it's live nowhere), which doesn't have an EndRegion. NLL mode (-Z nll
) is not affected by this particular pathology, but I think this should still be fixed.The text was updated successfully, but these errors were encountered: