Weihang Lo 𓃺𓃹 (@weihanglo) 's Twitter Profile
Weihang Lo 𓃺𓃹

@weihanglo

📦 Cargo worker at home
🐙 github.com/weihanglo
🌐 weihanglo.tw

ID: 2652696997

linkhttps://hachyderm.io/@weihanglo calendar_today17-07-2014 02:44:49

907 Tweet

883 Followers

603 Following

Xuanwo (@onlyxuanwo) 's Twitter Profile Photo

My friend NadeshikoManju@薫る花は凛と咲く7月5日播出 is seeking a new job. He is the best SRE I have ever seen, particularly skilled in observability systems, expertise over Linux, Python, and Containers. He is an open-source enthusiast, a member of Apache OpenDAL. Feel free to DM him for more details.

roife (@roifex) 's Twitter Profile Photo

给 rust-analyzer 做了一个有趣的新功能:在 codelens 里面直接更新单元测试的结果 目前支持 expect_test, insta 和 snapbox 三个 snapshot testing 库

Rust Language (@rustlang) 's Twitter Profile Photo

Rust 1.84.0 has been released!🌈🦀✨ This release includes Cargo's new MSRV aware resolver, a new trait solver for checking coherence, new pointer provenance APIs and docs, integer square root methods, and more! Check out the blog post and release notes: blog.rust-lang.org/2025/01/09/Rus…

Xuanwo (@onlyxuanwo) 's Twitter Profile Photo

The #rust community is crazyyyyyy! Or at least errs :^) is. - I created an ICE report. - less than an hour later, Ben Kimock arrived and completed it with a minimal repro. - two minutes later, errs :^) assigned himself and fixed it within half an hour. 👏👏👏

The #rust community is crazyyyyyy! Or at least <a href="/compiler_errors/">errs :^)</a> is.

- I created an ICE report.
- less than an hour later, Ben Kimock arrived and completed it with a minimal repro.
- two minutes later, <a href="/compiler_errors/">errs :^)</a> assigned himself and fixed it within half an hour.

👏👏👏
Rust Language (@rustlang) 's Twitter Profile Photo

Rust 1.85.0 has been released! 🌈🦀✨ Not only does this release add async closures, it also includes a whole new Rust Edition, Rust 2024! 🎆🚀 Check out the blog post for an overview of all the changes and additions: blog.rust-lang.org/2025/02/20/Rus…

Rust Language (@rustlang) 's Twitter Profile Photo

Update: The original behavior, automatically installing the toolchain from `rust-toolchain.toml`, will be restored in rustup 1.28.1, to be released soon.

Rust Language (@rustlang) 's Twitter Profile Photo

Rustup 1.28.1 has been released!✨ This release addresses some issues introduced in 1.28.0. Most notably, this release restores the original behavior of automatically installing the toolchain from `rust-toolchain.toml`. See the blog post for details: blog.rust-lang.org/2025/03/04/Rus…

Rust Language (@rustlang) 's Twitter Profile Photo

Rust 1.85.1 has been released, fixing a few regressions that accidentally slipped into Rust 1.85.0. 🐛🪲🐞 Check out the announcement for details: blog.rust-lang.org/2025/03/18/Rus…

Rust Language (@rustlang) 's Twitter Profile Photo

Rust 1.86.0 has been released!✨🎊🦀 This release adds trait upcasting, get_disjoint_mut on slices and hashmaps, #[target_feature] for safe functions, debug assertions for null pointers, Vec::pop_if, and more! Check out the blog post for all the details: blog.rust-lang.org/2025/04/03/Rus…

Andrew Gallant (@burntsushi5) 's Twitter Profile Photo

I am planning to release Jiff 1.0, a datetime library for Rust, this summer. After that, I do not plan to make breaking changes, possibly indefinitely. I would LOVE LOVE LOVE more experience reports before stabilizing Jiff. Tell your friends. github.com/BurntSushi/jif…

FerrousSystems (@ferroussystems) 's Twitter Profile Photo

A decade ago, the first stable release of #rustlang said "Hello, World!". We're proud to have been an active part of the #rustacean community for 10 years and seen all the ways that its usage has grown across projects, teams and industries. This is just the beginning 🦀

roife (@roifex) 's Twitter Profile Photo

roife 准备找工作了 (^з^)-☆ 大家有机会欢迎找我 基本信息: - 2026.06 毕业,北航本科,NJU 硕士 - 目前在 NVIDIA 实习,做图形编译器。 - 是 rust-lang org 的一员 - 背景集中在 PL / 编译器 / 程序分析 / PL 工具链,对体系结构也有了解,但我认为【能力不受方向限制,只要觉得我能胜任即可】

roife 准备找工作了 (^з^)-☆ 大家有机会欢迎找我

基本信息:
- 2026.06 毕业,北航本科,NJU 硕士
- 目前在 NVIDIA 实习,做图形编译器。
- 是 rust-lang org 的一员
- 背景集中在 PL / 编译器 / 程序分析 / PL 工具链,对体系结构也有了解,但我认为【能力不受方向限制,只要觉得我能胜任即可】
errs :^) (@compiler_errors) 's Twitter Profile Photo

Bad news -- I'm not going to be with my employer for much longer due to team relocation demands. If anyone has any leads for roles that would allow me to continue my Rust compiler work (in New York City), they'd be greatly appreciated.

errs :^) (@compiler_errors) 's Twitter Profile Photo

github.com/rust-lang/rust… is the beginning of a fix for all the nonsense lifetime errors you probably encounter when writing async code in Rust that heavily uses lifetimes. github.com/rust-lang/rust…: if you've ever hit any of these issues, I'd like your feedback when the PR lands.