File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
trunk/src/rustc/middle/typeck Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9aa8a847665f7d8959e74ca60e3eefecfc9e70bf
2
+ refs/heads/master: 1ffc0720bb166f4d7d4cf6299ba237f8c0c95527
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ fn check_methods_against_trait(ccx: @crate_ctxt,
266
266
if_m, tpt. substs , selfty) ;
267
267
}
268
268
none {
269
+ // FIXME (#2794): if there's a default impl in the trait,
270
+ // use that.
271
+
269
272
tcx. sess . span_err (
270
273
a_trait_ty. path . span ,
271
274
#fmt[ "missing method `%s`" , * if_m. ident ] ) ;
You can’t perform that action at this time.
0 commit comments