Skip to content

Rust: Unify call resolution logic#21355

Draft
hvitved wants to merge 11 commits intogithub:mainfrom
hvitved:rust/type-inference-unify
Draft

Rust: Unify call resolution logic#21355
hvitved wants to merge 11 commits intogithub:mainfrom
hvitved:rust/type-inference-unify

Conversation

@hvitved
Copy link
Contributor

@hvitved hvitved commented Feb 23, 2026

No description provided.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Feb 23, 2026
@hvitved hvitved force-pushed the rust/type-inference-unify branch from 46c92f3 to ed0c757 Compare February 23, 2026 18:17
@hvitved hvitved force-pushed the rust/type-inference-unify branch from 786d5bd to 9a87116 Compare February 23, 2026 21:01
@hvitved hvitved force-pushed the rust/type-inference-unify branch 4 times, most recently from 0eaade9 to 237b806 Compare February 25, 2026 07:49
private predicate methodCallBlanketLikeCandidate(
MethodCall mc, Method m, ImplItemNode impl, AssocFunctionType self, TypePath blanketPath,
TypeParam blanketTypeParam
private predicate blanketLikeCandidate(

Check warning

Code scanning / CodeQL

Missing QLDoc for parameter Warning

The QLDoc has no documentation for self, or selfPosAdj, but the QLDoc mentions selfType
@hvitved hvitved force-pushed the rust/type-inference-unify branch from 237b806 to b647e6f Compare February 25, 2026 08:44
pragma[nomagic]
Type getANonPseudoCandidateReceiverTypeAt(
DerefChain derefChain, BorrowKind borrow, TypePath path
Type getANonPseudoSelfTypeAt(

Check warning

Code scanning / CodeQL

Missing QLDoc for parameter Warning

The QLDoc has no documentation for borrow, or derefChain, or path, or selfPos, but the QLDoc mentions unknown
@hvitved hvitved force-pushed the rust/type-inference-unify branch from 7936a8a to c8f25db Compare February 25, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant