Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
119 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
Created 2 commits in 2 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 12 comments
Formally deprecate the constants superseded by RFC 2700
Tracking issue for RFC 2700: #68490 Previously, the new associated constants defined by RFC 2700 were stabilized for Rust 1.43. At the time it was …
Opened 2 other pull requests in 2 repositories
bjorn3/rustc_codegen_cranelift
1
merged
rust-lang/rust
1
open
Created an issue in rust-lang/rust that received 5 comments
Prefer new associated numeric consts in float error messages
This program:
fn main() { let _ = 3.40282357e+38_f32; let _ = 1.7976931348623159e+308_f64;
}
Produces this output:
error: literal out of range for …