core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut

This commit is contained in:
Trinick 2013-01-23 01:22:44 +00:00
parent 93e969e356
commit 9dc8e96c5f
26 changed files with 64 additions and 63 deletions

View file

@ -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 {