about summary refs log tree commit diff
path: root/src/test/incremental/hashes/let_expressions.rs
AgeCommit message (Collapse)AuthorLines
2019-03-30Update testsJohn Kåre Alsaker-9/+9
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-12/+12
2019-02-08Update testsJohn Kåre Alsaker-12/+12
2018-12-30Fix unresolved inference variable ICE.David Wood-1/+1
This commit moves well-formedness check for the `UserTypeAnnotation::Ty(..)` case from always running to only when the code is reachable. This solves the ICE that resulted from `src/test/ui/issue-54943-1.rs` (a minimal repro of `dropck-eyepatch` run-pass tests that failed). The main well-formedness check that was intended to be run despite unreachable code still is, that being the `UserTypeAnnotation::TypeOf(..)` case. Before this PR, the other case wasn't being checked at all. It is possible to fix this ICE while still always checking well-formedness for the `UserTypeAnnotation::Ty(..)` case but that solution will ICE in unreachable code for that case, the diff for that change [can be found here](0). [0]: https://gist.github.com/davidtwco/f9751ffd9c0508f7251c0f17adc3af53
2018-12-25Remove licensesMark Rousskov-11/+0
2018-09-10fix incremental testNiko Matsakis-1/+1
We are now carrying the user-given type through MIR, so it makes sense that this would change the hash.
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-03-23Fixed issues with incremental tests.David Wood-1/+1
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-22/+0
2017-11-14update let-expressions to use exceptgaurikholkar-210/+36
2017-10-09Update let-expressions.rsgaurikholkar-0/+160
2016-11-29WIP: update tests to pass -- not completeNiko Matsakis-12/+12
2016-11-29Fix new testsFlorian Diebold-12/+36
2016-11-08ICH: Add test case for let-expressions.Michael Woerister-0/+228