imperio
imperioworld.bsky.social
imperio
@imperioworld.bsky.social
rustlang reviewer and contributor, rustdoc team leader, gnome foundation member, co-owner of the Gtk-rs organization and of the askama-rs organization

Mastodon: https://toot.cat/@imperio
Oh right, forgot I wrote that. Good use case for it. :)
November 29, 2025 at 1:19 PM
It would have been a breaking change. Can be considered for next rust edition though.
November 28, 2025 at 12:07 PM
Well, I mostly write them for future-me. And if it's useful for me, I expect it to be useful for others. :)

But yeah, love to get PRs like that to review as well.
November 24, 2025 at 6:57 PM
`u8::max` is a function, not a constant. Now you get a surprising amount of allocation (and potentially different) every time. :)

So many potential other cases where the end code is NOT the expected one. Well, not anymore!

PR: github.com/rust-lang/ru...

2/2
Add new `function_casts_as_integer` lint by GuillaumeGomez · Pull Request #141470 · rust-lang/rust
The function_casts_as_integer lint detects cases where users cast a function pointer into an integer. warn-by-default Example fn foo() {} let x = foo as usize; warning: casting a function into an i...
github.com
November 11, 2025 at 4:52 PM
It's halloween so I guess today is the day to join the dark side. :3
October 31, 2025 at 12:24 PM