]> git.lizzy.rs Git - rust.git/commit
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)
commit898d2c33b796a66f9276ed2988e0e60d0cf817c2
treeff3dc09e9db94ca72143baa883bb6fc68470b381
parenta6310f6ad3434a03d5c257db5eae85b7b7522c29
parentd99efe84dfd8aedec08da42d34d140991b8991c7
auto merge of #10813 : dwrensha/rust/xcrate-lifetime-param, r=huonw

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.