commit | f94e236fcc3f79c83137d8fb4800121ef1608d35 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Oct 04 00:29:51 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Oct 04 00:29:51 2016 -0700 |
tree | 43d43042112ec0f107cb49c7f19a91edf1ad4558 | |
parent | e31989394fc7b9401f4886b5e890cbc4ea61df25 [diff] [blame] |
Default impls
diff --git a/tests/cases/traits.rs b/tests/cases/traits.rs index 09ee72c..7f24463 100644 --- a/tests/cases/traits.rs +++ b/tests/cases/traits.rs
@@ -32,3 +32,5 @@ mac!(); mac!{} } + +impl T::U for .. {}