Correctly unpack &mut [T] into *mut T and usize
This commit is contained in:
@@ -5,4 +5,5 @@ fn tests() {
|
||||
t.pass("tests/val_args.rs");
|
||||
t.pass("tests/ref_args.rs");
|
||||
t.pass("tests/mut_args.rs");
|
||||
}
|
||||
t.pass("tests/array_args.rs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user