e6fa75a124
The call to rust_start was assuming that all rust main() functions have the same signature, but the compiler doesn't actually canonicalize them. So instead just match the C signature of rust_start, and cast. |
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
AUTHORS.txt | ||
LICENSE.txt | ||
README |
This is a compiler and suite of associated libraries and documentation for the Rust programming language. See LICENSE.txt for terms of copyright and redistribution. See http://github.com/graydon/rust for current development page.