We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd75a1 commit 94b57acCopy full SHA for 94b57ac
rust/ql/test/library-tests/dataflow/modeled/main.rs
@@ -128,7 +128,7 @@ fn test_pin() {
128
let mut ms = MyStruct { val: source(42) };
129
let mut pin5 = Pin::new_unchecked(&ms);
130
sink(pin5.val); // $ MISSING: hasValueFlow=42
131
- sink(Pin::into_inner_unchecked(pin5).val); // $ MISSING: hasValueFlow=40
+ sink(Pin::into_inner_unchecked(pin5).val); // $ MISSING: hasValueFlow=42
132
}
133
134
{
0 commit comments