Skip to content

Commit bdb0113

Browse files
hvitvedCopilot
andauthored
Update rust/ql/test/library-tests/path-resolution/invalid/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c50212e commit bdb0113

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/path-resolution/invalid

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/path-resolution/invalid/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
struct A; // A1
44
struct A; // A2
55

6-
fn f(x: A) {} // $ item=A2 (the later occurence takes precendence)
6+
fn f(x: A) {} // $ item=A2 (the latter occurrence takes precedence)

0 commit comments

Comments
 (0)