2025-06-23 — Last Week in Carbon #5720
josh11b
announced in
Last Week in Carbon
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
News
RustConf talk title now up: Memory Safety Everywhere with Both Rust and Carbon
Updates on leads issues
let
->val
Updates on proposals
ref
parameters, arguments, returns andval
returnsval
keywords, and other updates from leads issuesUpdates on moderation across our community spaces (Discord and GitHub)
Activity on toolchain
none.carbon
to get--no-prelude-import
.for
in #5685Activity on C++ interop
Other active discussions
These include Discord Chat, GitHub Discussions, or open discussion sessions.
as Foo
operator, with some sort of shorthand for binding patterns.auto
in the style guide.IndexWith
use case involves implementingIndexWithPrimitive
twice: once for values and once for references, but we gave up on supporting implementing two interfaces with a singleimpl
in issue #4566 and proposal #5168. There are some options, but they all have downsides.ref
returns make it possible to avoid continuation-passing, but it's not clear how to make the API safe.ValueStore
canonicalization ignore some fields.=>
can't deduce the return form becauseref
andval
require parameters to be markedbound
.ref
callsite annotation interact with parameters with a deduced form?RSS Feed for "Last Week in Carbon" here
Beta Was this translation helpful? Give feedback.
All reactions