Fix compile fail tests

This commit is contained in:
Jorge Aparicio 2014-12-02 12:42:39 -05:00
parent 60b0dd533b
commit 135c4ab5fe

View File

@ -10,5 +10,5 @@
fn main() {
let x: Option<&[u8]> = Some("foo").map(std::mem::transmute);
//~^ ERROR: mismatched types
//~^ ERROR: is not implemented for the type
}