Skip to content
View steffahn's full-sized avatar
  • Kiel, Germany
  • 15:19 - 1h ahead

Organizations

@rust-lang

Block or report steffahn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. async_fn_traits async_fn_traits Public

    Trait synonyms for “Fn[…]”-trait bounds returning futures

    Rust 21 2

  2. transitive_from transitive_from Public

    Helper macros for creating hierarchies of transitive `From` implementations.

    Rust 6 1

  3. into_ext into_ext Public

    Extension trait for the “Into” trait, offering a method “.into_::<T>()” to specify the target type of conversion.

    Rust 4

  4. always_send always_send Public

    Wrapper to check `Send` only on construction, so `rustc` isn’t confused later

    Rust 3

  5. rust-feature-ideas rust-feature-ideas Public

    A place where I can take notes about ideas I have for improving the rust programming language.

    2

  6. existential existential Public

    Existential quantification over lifetimes

    Rust 2

110 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to rust-lang/rust, Manishearth/triomphe, luketpeterson/mutcursor and 26 other repositories
Loading A graph representing steffahn's contributions from March 24, 2024 to March 29, 2025. The contributions are 39% commits, 38% issues, 17% pull requests, 6% code review. 6% Code review 38% Issues 17% Pull requests 39% Commits

Contribution activity

March 2025

Reviewed 2 pull requests in 2 repositories

Created an issue in rust-lang/rust that received 4 comments

How can let y; and let y: _; be different to the borrow checker?

@rustbot label A-borrow-checker, C-discussion I’ve tested across this code example when trying to understand corner-cases of borrow checker behavior:

4 comments
Opened 1 other issue in 1 repository
rust-lang/rust 1 open
Loading