1
Fork 0

stdlib: export ptr_eq from box, but not rustrt

This commit is contained in:
Brian Anderson 2011-05-20 21:27:40 -04:00
parent 467b938ea8
commit 7817824205

View file

@ -1,4 +1,4 @@
export rustrt;
export ptr_eq;
native "rust" mod rustrt {
fn rust_ptr_eq[T](@T a, @T b) -> int;