lifthrasiir / rust-encoding

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

error: type `&mut collections::string::String` does not implement any method in scope named `push` #46

Closed viperscape closed 10 years ago

viperscape commented 10 years ago
Compiling encoding v0.1.0 (https://github.com/lifthrasiir/rust-encoding#1d264878)

src/encoding/types.rs:128:14: 128:21 error: type `&mut collections::string::String` does not implement any method in scope named `push`
src/encoding/types.rs:128         self.push(c);
viperscape commented 10 years ago

sorry, updating nightly fixed this; they must have moved that from warning to error!