librustc: Remove @str from the language

This commit is contained in:
Patrick Walton
2014-01-31 18:25:08 -08:00
committed by Huon Wilson
parent 449a7a817f
commit c594e675eb
13 changed files with 36 additions and 19 deletions

View File

@@ -3477,7 +3477,6 @@ mod tests {
let e = $e;
assert_eq!(s1 + s2, e.to_owned());
assert_eq!(s1.to_owned() + s2, e.to_owned());
assert_eq!(s1.to_managed() + s2, e.to_owned());
} }
);