princjef / regex-rust

A regular expression library implemented natively in Rust using Pike VM
MIT License
2 stars 0 forks source link

Migrate to Rust 0.10 #5

Closed princjef closed 10 years ago

clgy15 commented 10 years ago

Sounds good to me. However the test file didn't compile the first time around. I needed to make the result::match fields public. No big issue there. Also, 3 test cases fail. Not a big deal but something to look at.

rbk2kb commented 10 years ago

Those 3 tests have always failed