惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
L
LangChain Blog
博客园_首页
J
Java Code Geeks
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
WordPress大学
WordPress大学
V
Visual Studio Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
C
Check Point Blog
IT之家
IT之家
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
D
Docker
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
I
InfoQ

Rust Blog

Security Advisory for Cargo (CVE-2026-5223) | Rust Blog Security Advisory for Cargo (CVE-2026-5222) | Rust Blog Project goals update — April 2026 (end of 2025H2) | Rust Blog Rust is participating in Outreachy | Rust Blog Raising the baseline for the `nvptx64-nvidia-cuda` target | Rust Blog Announcing Google Summer of Code 2026 selected projects | Rust Blog Announcing Rust 1.95.0 | Rust Blog docs.rs: building fewer targets by default | Rust Blog Changes to WebAssembly targets and handling undefined symbols | Rust Blog Announcing Rust 1.94.1 | Rust Blog Security advisory for Cargo | Rust Blog What we heard about Rust's challenges | Rust Blog Call for Testing: Build Dir Layout v2 | Rust Blog Announcing rustup 1.29.0 | Rust Blog Announcing Rust 1.94.0 | Rust Blog 2025 State of Rust Survey Results | Rust Blog Rust debugging survey 2026 | Rust Blog Update on the October 15, 2018 incident on crates.io Announcing Rust 1.29.2 Announcing Rust 1.29 Announcing Rust 1.28 What is Rust 2018? Announcing Rust 1.27.2 Announcing Rust 1.27.1 Security Advisory for rustdoc Announcing Rust 1.27 Announcing Rust 1.26.2 Announcing Rust 1.26.1 Rust turns three Announcing Rust 1.26
April Lang Team Design Meetings | Inside Rust Blog
Josh Triplett on behalf of the language team · 2020-04-10 · via Rust Blog

We've scheduled our language team design meetings for April. We have plans for three meetings:

try blocks, Try traits, functions that try, oh my!

(Update: tentatively moved to May 4.)

Clear the path to stabilizing try blocks and the Try trait, and identify some next steps for function-level try.

Agenda:

  • Resolving Ok-wrapping for try blocks
  • Discuss revisions to the Try trait required for stabilization.
  • Discuss syntax for early exit from a try with an error (Err(e)?): fail, throw, raise, yeet, etc.
  • If we have time, talk some about possibilities for function-level try.

April 20 -- Edition planning

Plan the 2021 edition, with a checklist of language features we will need to land in 2020 if we want to ship them in Rust 2021. We hope to emerge from this meeting with a checklist to guide our efforts, which we can adapt through the process.

April 27 -- Type aliases and traits enforcement

Long-standing issue: type Foo<T: Trait> = ... doesn't enforce T: Trait.

Goal:

  • Discuss the situation with type aliases and decide what actions we may want to take.
  • Or, if we don't reach a decision, decide what measurements we might need to reach one.
  • Ideally, decide about estebank's PR.

About the language team design meetings

The idea of the design meeting is that it's a time for us to have in-depth discussions on some particular topic. This might be a burning problem that we've discovered, an update on some existing design work, or a forward looking proposal.

The meetings are open for anyone to listen in and attend. They are typically also recorded and posted online, along with minutes, after the fact. They generally take place on Mondays at noon Eastern time, 9am Pacific time -- but for the precise scheduling you should check the lang team calendar. Scheduled meetings are subject to change and cancelation. In that case, the calendar events will be updated.