I don't know if this is a bug or it's by design but I was confused by rustboot. I had a function taking an int argument and called it with a uint. The error message said "expected uint but found int" at the calling line but I would have expected "expected int but found uint"
See http://gist.github.com/564513#file_me.rs for a minimal example. Pete _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
