8000 Rust: Resolve `Self` path in trait type of implementation by paldepind · Pull Request #19227 · github/codeql · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rust: Fix annotation in comment
  • Loading branch information
paldepind committed Apr 7, 2025
commit 5dba2412b5b8bacbc54b617883f605e29451df7e
2 changes: 1 addition & 1 deletion rust/ql/test/library-tests/path-resolution/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ mod m23 {
trait Trait1<
T // I1
> {
fn f(&self); // // I3
fn f(&self); // I3
} // I2

struct S; // I4
Expand Down
0