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

推荐订阅源

雷峰网
雷峰网
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
U
Unit 42
罗磊的独立博客
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
N
Netflix TechBlog - Medium
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
博客园 - 【当耐特】
H
Help Net Security
The GitHub Blog
The GitHub Blog

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.