]> git.lizzy.rs Git - rust.git/commit
test: add more extensive tests for impl Trait.
authorEduard Burtescu <edy.burt@gmail.com>
Wed, 10 Aug 2016 21:04:43 +0000 (00:04 +0300)
committerEduard Burtescu <edy.burt@gmail.com>
Fri, 12 Aug 2016 03:46:31 +0000 (06:46 +0300)
commit23f0494114a39e503a369a345847b8bc9577c216
treefb523138e6d03509078a5777e86c878dfb61eaf7
parent08bf9f69b9cd96cf2871af1c2ec4dad0258728f2
test: add more extensive tests for impl Trait.
src/test/compile-fail/impl-trait/disallowed-2.rs [new file with mode: 0644]
src/test/compile-fail/impl-trait/disallowed.rs [new file with mode: 0644]
src/test/compile-fail/impl-trait/equality.rs [new file with mode: 0644]
src/test/compile-fail/impl-trait/feature-gate.rs [new file with mode: 0644]
src/test/compile-fail/impl-trait/lifetimes.rs [new file with mode: 0644]
src/test/compile-fail/impl-trait/loan-extend.rs [new file with mode: 0644]
src/test/run-pass/impl-trait/equality.rs [new file with mode: 0644]