hackndev / zinc

The bare metal stack for rust
zinc.rs
Apache License 2.0
1k stars 100 forks source link

Reflect the move of TokenTree #381

Closed fehrnah closed 8 years ago

fehrnah commented 8 years ago

In the latest rust nightly TokenTree was moved out of syntax::ast into syntax::tokenstream This changes the ioreg code accordingly.

mcoffin commented 8 years ago

LGTM, but I'm super hesitant to pull stuff without building it myself until the CI is fixed. If you want to work on getting that fixed up a bit too that would be awesome.

fehrnah commented 8 years ago

I'll have a look at the CI integration. On the meantime there are some compilation errors related to lifetimes in ioreg. I am new to rust so these are really obscure to me. Can you give it a look ?

farcaller commented 8 years ago

ioregs broken again 😞 LGTM, but we still need a green build on at least one platform to merge.