First stab at adding support for Rust.

This commit is contained in:
Lindsey Kuper
2011-07-15 08:55:15 -07:00
parent dabc4b497a
commit f2debbc687
5 changed files with 15 additions and 0 deletions

3
test/fixtures/hello.rs vendored Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
log "Hello, world!";
}