about summary refs log tree commit diff
path: root/tests/ui/mem_discriminant.rs
AgeCommit message (Expand)AuthorLines
2019-09-25mem_discriminant: split test, make rustfixableManish Goregaokar-4/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-2/+3
2018-10-24Add tests for more than one level of referenceHMPerson1-0/+6
2018-10-24Add test case for `mem::discriminant` inside a macroHMPerson1-0/+5
2018-10-24Add lint for calling `mem::discriminant` on a non-enum typeHMPerson1-0/+44