about summary refs log tree commit diff
path: root/src/test/run-fail/cast-never.rs
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+3
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-13Add explanations to testsAndrew Cann-0/+2
2016-08-13Permit `! as T` with testAndrew Cann-0/+18