-
-
Notifications
You must be signed in to change notification settings - Fork 782
Closed
Description
This is the error for reference:
rustc -O --cfg ndebug --dep-info build/openssl.d --out-dir build lib.rs
crypto/symm.rs:174:41: 174:42 error: obsolete syntax: `~[T]` is no longer a type
crypto/symm.rs:174 pub fn encrypt(t: Type, key: &[u8], iv: ~[u8], data: &[u8]) -> Vec<u8> {
^
note: use the `Vec` type instead
crypto/symm.rs:186:41: 186:42 error: obsolete syntax: `~[T]` is no longer a type
crypto/symm.rs:186 pub fn decrypt(t: Type, key: &[u8], iv: ~[u8], data: &[u8]) -> Vec<u8> {
^
error: aborting due to 2 previous errors
Metadata
Metadata
Assignees
Labels
No labels