lilyball / rust-lua

Safe Rust bindings to Lua 5.1
MIT License
127 stars 23 forks source link

Build on stable rust #27

Open beatgammit opened 9 years ago

beatgammit commented 9 years ago

The major hurdle to this that I've found is filling drops:

src/lib.rs +11

![feature(unsafe_no_drop_flag,filling_drop)]

I don't understand filling drops well enough to know how it affects rust-lua. Everything else can probably be worked around though.