You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/ql/test/library-tests/dataflow/local/main.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -508,9 +508,9 @@ fn parse() {
508
508
let d:i64 = b.parse().unwrap();
509
509
510
510
sink(a);// $ hasValueFlow=90
511
-
sink_string(b);// $ MISSING: we are not currently able to resolve the `to_string` call above, which comes from `impl<T: fmt::Display + ?Sized> ToString for T`
512
-
sink(c);// $ MISSING: hasTaintFlow=90 - we are not currently able to resolve the `parse` call above
513
-
sink(d);// $ MISSING: hasTaintFlow=90 - we are not currently able to resolve the `parse` call above
0 commit comments