]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10813 : dwrensha/rust/xcrate-lifetime-param, r=huonw
authorbors <bors@rust-lang.org>
Mon, 9 Dec 2013 00:06:22 +0000 (16:06 -0800)
committerbors <bors@rust-lang.org>
Mon, 9 Dec 2013 00:06:22 +0000 (16:06 -0800)
Before applying this patch, the included testcase fails with:
```
src/test/run-pass/xcrate-trait-lifetime-param.rs:20:10: 20:28 error: wrong number of lifetime parameters: expected 0 but found 1
src/test/run-pass/xcrate-trait-lifetime-param.rs:20 impl <'a> other::FromBuf<'a> for Reader<'a> {
                                                              ^~~~~~~~~~~~~~~~~~
```

There's another example in my comments to #10506.


Trivial merge