Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@Kozea @servo

Popular repositories

  1. The arena, a fast but limited type of allocator

    Rust 259 34

  2. Running Rust code on a BBC micro:bit micro-controller

    Rust 186 10

  3. A tree of reference-counted nodes, with `RefCell` for mutability

    Rust 156 9

  4. The WTF-8 encoding specification

    HTML 71 9

  5. Candidates for inclusion in the Rust standard library

    Rust 69 9

  6. A digital clock based on Teensy 3.2 and Rust

    Rust 53

469 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

December 2020

Created an issue in rust-lang/rust that received 1 comment

"expected X found X" diagnostic for lifetime mismatch in method signature of trait impl

With this code: struct Foo(u32); impl From<&Foo> for &u32 { fn from(foo: &Foo) -> &u32 { &foo.0 } } The error message is: error: `impl` item signa…

1 comment
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.