]> git.lizzy.rs Git - rust.git/history - tests/ui/mem_discriminant.rs
Merge branch 'master' into rustfmt_tests
[rust.git] / tests / ui / mem_discriminant.rs
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-09 Matthias Krügerrustfmt tests
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-10-27 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-26 bors[bot]Merge #3357
2018-10-25 bors[bot]Merge #3331
2018-10-25 bors[bot]Merge #3346
2018-10-25 HMPerson1Add tests for more than one level of reference
2018-10-25 HMPerson1Add test case for `mem::discriminant` inside a macro
2018-10-25 HMPerson1Add lint for calling `mem::discriminant` on a non-enum...