summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/example-calendar.rs
AgeCommit message (Expand)AuthorLines
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+3
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-13/+18
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-13/+5
2016-08-12typeck: record `impl Trait` concrete resolutions.Eduard Burtescu-0/+929