The Wayback Machine - https://web.archive.org/web/20220707104829/https://github.com/bjorn3
Skip to content
Avatar

Highlights

  • 15 discussions answered
Block or Report

Block or report bjorn3

Report abuse

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

Report abuse

Pinned

  1. Cranelift based backend for rustc

    Rust 901 56

  2. A Rust compiler front-end for IDEs

    Rust 9.9k 1k

  3. A standalone runtime for WebAssembly

    Rust 7.9k 720

  4. A graphical debugger for Rust MIR

    Rust 134 13

  5. Empowering everyone to build reliable and efficient software.

    Rust 68.5k 9.4k

2,428 contributions in the last year

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

Contribution activity

July 2022

Created 4 commits in 1 repository

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

Quick fix to add method to trait on "... is not a member of trait ..." error

Basically going from trait Foo {} impl Foo for () { fn foo(&self) {} // ^^^^^^^^^^^^^^^^ method `foo` is not a member of trait `Foo` } to trait Foo {

1 comment
Opened 1 other issue in 1 repository
matthiaskrgr/icemaker 1 open
Answered 2 discussions in 1 repository