about summary refs log tree commit diff
path: root/src/test/run-pass/default_ty_param_trait_impl.rs
AgeCommit message (Collapse)AuthorLines
2017-04-11remove type variable defaults codeNiko Matsakis-25/+0
This just limits ourselves to the "old school" defaults: diverging variables and integer variables.
2015-07-25Add feature gateJared Roesch-3/+5
2015-07-25Implement Default TyParam fallbackJared Roesch-0/+23
This patch allows type parameter defaults to influence type inference. This is a possible breaking change since it effects the way type inference works and will have different behavior when mixing defaults and literal fallback.