about summary refs log tree commit diff
path: root/src/test/ui/nll/capture-ref-in-struct.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15/+0
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-1/+1
With NLL region kinds are always ReVar
2018-03-14update testsGuillaume Gomez-1/+1
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-1/+1
2018-03-01Make explain borrow work for Universal lifetimesSantiago Pastorino-2/+0
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-3/+3
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-27Updated tests with fixed span location.David Wood-1/+1
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-5/+5
2017-12-20Add three point error handling to borrowckSantiago Pastorino-0/+3
Closes #45988
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-1/+1
nll part 5 Next round of changes from the nll-master branch. Extensions: - we now propagate ty-region-outlives constraints out of closures and into their creator when necessary - we fix a few ICEs that can occur by doing liveness analysis (and the resulting normalization) during type-checking - we handle the implicit region bound that assumes that each type `T` outlives the fn body - we handle normalization of inputs/outputs in fn signatures Not included in this PR (will come next): - handling `impl Trait` - tracking causal information - extended errors r? @arielb1
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-1/+1
2017-12-15thread through an implicit region body of the fn bodyNiko Matsakis-1/+1
2017-12-11Updated existing tests with new error messages.David Wood-7/+7
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-0/+13
The overall format is now easier to read. Also, There is now graphviz output, as well as a `#[rustc_regions]` annotation that dumps internal state.