lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Modifications to use new slicing_syntax #47

Closed dkhenry closed 10 years ago

dkhenry commented 10 years ago

Changes to support the new slicing_syntax

lifthrasiir commented 10 years ago

@dkhenry Are you sure that #![feature(slicing_syntax)] is valid?

lifthrasiir commented 10 years ago

Ah well, the status of slicing syntax and related traits was in the flux recently. As #![feature(slicing_syntax)] has been reverted by rust-lang/rust#17715, I'll wait for the next nightly to see what we really have to do for now. (Not that rust-encoding wouldn't adopt the slicing syntax; I'll issue a temporary commit for that.)

dkhenry commented 10 years ago

It must have just been when I pulled I got a version that had it enabled. I couldn't build without adding in the slicing syntax. On Oct 3, 2014 4:57 AM, "Kang Seonghoon" notifications@github.com wrote:

Merged #47 https://github.com/lifthrasiir/rust-encoding/pull/47.

— Reply to this email directly or view it on GitHub https://github.com/lifthrasiir/rust-encoding/pull/47#event-173703498.