mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:23:51 +00:00
Update var name in test
This commit is contained in:
parent
10122e4a48
commit
642239c857
@ -12,7 +12,7 @@ fn main() {
|
||||
c.sub(0);
|
||||
c.wrapping_sub(0);
|
||||
|
||||
let y = &1 as *const i32;
|
||||
y.offset(0);
|
||||
let sized = &1 as *const i32;
|
||||
sized.offset(0);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user