about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-46472.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2019-05-03Update testsChristopher Vittal-4/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
Since lexical MIR borrow check is gone, and validation no longer uses these, they can be removed.
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-1/+1
This gives at least some explanation for why a borrow is expected to last for a certain free region. Also: * Reports E0373: "closure may outlive the current function" with NLL. * Special cases the case of returning a reference to (or value referencing) a local variable or temporary (E0515). * Special case assigning a reference to a local variable in a closure to a captured variable.
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-1/+1
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-1/+1
Issue #54131
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+19