about summary refs log tree commit diff
path: root/src/test/run-pass/impl-for-never.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-26/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+2
This commit is just covering the feature gate itself and the tests that made direct use of `!` and thus need to opt back into the feature. A follow on commit brings back the other change that motivates the revert: Namely, going back to the old rules for falling back to `()`.
2018-03-14stabilise feature(never_type)Andrew Cann-2/+0
Replace feature(never_type) with feature(exhaustive_patterns). feature(exhaustive_patterns) only covers the pattern-exhaustives checks that used to be covered by feature(never_type)
2016-08-13Fix `make tidy`Andrew Cann-1/+1
2016-08-13Add explanations to testsAndrew Cann-0/+2
2016-08-13Add another test for !Andrew Cann-0/+34