Add overloading experiment blog post - #1907
Open
teor2345 wants to merge 1 commit into
Open
Conversation
teor2345
commented
Aug 6, 2026
| +++ | ||
| path = "inside-rust/2026/08/10/overloading-experiment" | ||
| title = "Rust Function Overloading - Call for Experimentation" | ||
| authors = ["teor"] |
Contributor
Author
There was a problem hiding this comment.
Since this is a lang experiment, do we want to put it under the lang team?
Suggested change
| authors = ["teor"] | |
| authors = ["teor"] | |
| [extra] | |
| team = "The Language Team" | |
| team_url = "https://www.rust-lang.org/governance/teams/lang" |
Comment on lines
+160
to
+161
| Splat isn’t currently supported [on function pointers][fnptr-bug], but hopefully | ||
| [that implementation][fnptr-pr] will be merged soon. If you want overloading support for function |
Contributor
Author
There was a problem hiding this comment.
The FnPtr implementation PR is in the queue, so this might change to:
Suggested change
| Splat isn’t currently supported [on function pointers][fnptr-bug], but hopefully | |
| [that implementation][fnptr-pr] will be merged soon. If you want overloading support for function | |
| We've just merged [splat support for function pointers][fnptr-pr], if you're seeing | |
| [an internal compiler error][fnptr-bug], please update to the latest nightly. | |
| If you want overloading support for function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This technical blog post is an update about the nightly overloading for FFI project goal. It's aimed at compiler and interop tool developers, asking for feedback on the
splatlang experiment.The Rust Foundation is planning on publishing a blog post covering the broader context of the interop initiative when this one goes live.
There is an existing Zulip stream for discussing this blog post. It's been through a few drafts so far, with most of the edits in a draft Google doc.
There's no deadline for this post, but @graciegregory might want to coordinate the timing from the Rust Foundation side.
Rendered