borrowck-asm: enable on mips

This commit is contained in:
James Cowgill 2018-01-23 16:49:08 +00:00
parent c90f68224b
commit 2bc3f5b053

View File

@ -21,7 +21,9 @@
#[cfg(any(target_arch = "x86",
target_arch = "x86_64",
target_arch = "arm",
target_arch = "aarch64"))]
target_arch = "aarch64",
target_arch = "mips",
target_arch = "mips64"))]
mod test_cases {
fn is_move() {
let y: &mut isize;