lifthrasiir / rust-encoding

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

fail -> panic #53

Closed steveklabnik closed 9 years ago

steveklabnik commented 9 years ago

Sorry I broke your code with https://github.com/rust-lang/rust/pull/17894 ! Here's a fix :heart:

thiagopnts commented 9 years ago

:sparkling_heart:

lifthrasiir commented 9 years ago

@steveklabnik Fixed! :heart: It would break everything, so I guess it's fine to ignore the nightly in this case.

steveklabnik commented 9 years ago

@lifthrasiir yeah, as of this nightly is when stuff is gonna break, so i've been trying to pre-emptively submit PRs to the stuff that a lot of things depend on.