stdlib: Add a pointer equality function to the standard library and a test case

This commit is contained in:
Patrick Walton 2011-04-21 16:44:17 -07:00
parent 5dbf554bb3
commit 735435bf96
5 changed files with 27 additions and 0 deletions

View file

@ -69,6 +69,7 @@ mod sha1;
mod ebml;
mod UFind;
mod ExtFmt;
mod Box;
// Local Variables:
// mode: rust;