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
1,054 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rust-lang/rust that received 5 comments
Moved the main `impl` for FnCtxt to its own file.
Resolves #77085 without breaking the API of the FnCtxt struct.
This is a solution to the file length being over 3000 (see issue #60302).
The other …
Created an issue in STBoyden/ocean that received 2 comments
Custom compiler flags
I am used to using -Wall -Wextra on my code. However, it looks like there is no way to add -Wextra to the compile command.
ocean/src/main.rs L…