hackndev / zinc

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

Zinc fails to build due to the removal of get_ident() #334

Closed ghost closed 9 years ago

ghost commented 9 years ago

It seems that rust-lang/rust@00a5e66f818ad9d79cc4425f5564c7b07e3213a6 removed get_ident(), preventing Zinc from compiling. It was used in these files: ioreg/src/builder/{accessors.rs,getter.rs,register.rs,setter.rs,union.rs,utils.rs} ioreg/src/parser.rs macro_platformtree/src/lib.rs platformtree/src/parser.rs

The rust version I used when I discovered this was rustc 1.3.0-nightly (4dfe7a16c 2015-07-30)

ghost commented 9 years ago

Unsure if it helps, but I've fixed what I can in pull request #335.

mcoffin commented 9 years ago

Ok the upstream bug is fixed now. It was just the same problem effecting one of our dependent syntax extension crates. I'm going to tell travis to rebuild your pr.