]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6097 : Blei/rust/fix-rand, r=pnkfelix
authorbors <bors@rust-lang.org>
Sun, 28 Apr 2013 11:48:35 +0000 (04:48 -0700)
committerbors <bors@rust-lang.org>
Sun, 28 Apr 2013 11:48:35 +0000 (04:48 -0700)
`self` has type `&@Rand`, so `*self` will be of type `@Rand` which causes
this same impl to be called again.

Fixes #6061


Trivial merge