summary refs log tree commit diff
path: root/src/test/compile-fail/nll
AgeCommit message (Expand)AuthorLines
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-39/+0
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-2/+2
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-2/+2
2017-12-13Check functions predicatesSantiago Pastorino-0/+28
2017-12-13Check Aggregate predicatesSantiago Pastorino-0/+28
2017-12-13Check Repeat RvalueSantiago Pastorino-0/+39
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-9/+9
2017-11-22Remove attributes and test comments accidentally left behind, add in span_mir...Paul Daniel Faria-0/+27
2017-10-31WIP patch `compile-fail/nll/region-ends-after-if-condition.rs`Niko Matsakis-2/+16
2017-10-31connect MIR borrowck with NLLNiko Matsakis-0/+180