mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Replace x
with it
This commit is contained in:
parent
4125fea0a7
commit
3a1054fc1c
42 changed files with 590 additions and 582 deletions
|
@ -37,8 +37,8 @@ fn size_of_val() {
|
|||
}
|
||||
|
||||
const GOAL: usize = {
|
||||
let x: &[i32] = &[1, 2, 3];
|
||||
size_of_val(x)
|
||||
let it: &[i32] = &[1, 2, 3];
|
||||
size_of_val(it)
|
||||
};
|
||||
"#,
|
||||
12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue