about summary refs log tree commit diff
path: root/src/test/compile-fail/defaulted-never-note.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-45/+0
2018-04-20Bring back old fallback semantics: Without feature(never_type), fallback to ↵Felix S. Klock II-0/+4
`()`, not `!`. Note that this commit, since it is trying to be minimal in order to ease backporting to the beta and release channels, does *not* include the old future-proofing warnings that we used to have associated with such fallback to `()`; see discussion at this comment: https://github.com/rust-lang/rust/issues/49691#issuecomment-381266730
2018-03-14Add note about fallback to `!: !Trait` errorAndrew Cann-0/+41