mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Report lines starting with &&.
This commit is contained in:
parent
924d804583
commit
39780ca39f
3 changed files with 6 additions and 1 deletions
|
@ -32,6 +32,9 @@ impl test {
|
|||
}
|
||||
|
||||
fn test_fun2(y : &String, z : &Vec<f32>) -> f32 {
|
||||
1
|
||||
let x = true;
|
||||
x
|
||||
&& x;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue