core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
This commit is contained in:
parent
93e969e356
commit
9dc8e96c5f
26 changed files with 64 additions and 63 deletions
|
|
@ -273,7 +273,7 @@ fn check_expected_errors(expected_errors: ~[errors::expected_error],
|
|||
procres: procres) {
|
||||
|
||||
// true if we found the error in question
|
||||
let found_flags = vec::to_mut(vec::from_elem(
|
||||
let found_flags = vec::cast_to_mut(vec::from_elem(
|
||||
vec::len(expected_errors), false));
|
||||
|
||||
if procres.status == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue