leveldb-rust-b

src/leveldb/lib.rs:12:1: 12:19 warning: this inner attribute syntax is deprecated. The new syntax is `#![foo]`, with a bang and no semicolon.
src/leveldb/lib.rs:12 #[feature(globs)];
                      ^~~~~~~~~~~~~~~~~~
src/leveldb/lib.rs:112:63: 112:64 error: obsolete syntax: `~` notation for owned pointers
src/leveldb/lib.rs:112     pub fn open(name: &str, options: &[OpenOption]) -> Result<~DB, error> {
                                                                                     ^
note: use `Box<T>` in `std::owned` instead
src/leveldb/lib.rs:124:17: 124:18 error: obsolete syntax: `~` notation for owned pointer allocation
src/leveldb/lib.rs:124                 });
                                       ^

你可能感兴趣的:(leveldb-rust-b)