about summary refs log tree commit diff
path: root/src/libstd/priority_queue.rs
diff options
context:
space:
mode:
authorPhilipp Brüschweiler <blei42@gmail.com>2013-04-28 13:31:49 +0200
committerPhilipp Brüschweiler <blei42@gmail.com>2013-04-28 13:31:49 +0200
commit8627fc972673df2dba7945cc973def0083517647 (patch)
tree2a1fd965946d7579add6a16ac601bfe61fded8b2 /src/libstd/priority_queue.rs
parent5f7947aa52f79943593c36d71868757ef351b94e (diff)
downloadrust-8627fc972673df2dba7945cc973def0083517647.tar.gz
rust-8627fc972673df2dba7945cc973def0083517647.zip
rand: Fix infinite recursion
`self` has type `&@Rand`, so `*self` will be of type `@Rand` which causes
this same impl to be called again.
Diffstat (limited to 'src/libstd/priority_queue.rs')
0 files changed, 0 insertions, 0 deletions