summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/method-call.stderr
AgeCommit message (Collapse)AuthorLines
2022-07-07Shorten span for closures.Camille GILLOT-2/+3
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-3/+3
2019-03-11Update testsVadim Petrochenkov-3/+3
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-17/+18
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-08-24support user annotations in fns, methodsNiko Matsakis-0/+41