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 31 million developers.
Sign up
Pinned
769 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in rust-lang/rust that received 15 comments
Never return uninhabited values at all
Functions with uninhabited return values are already marked noreturn,
but we were still generating return instructions for this. When running
with -…
+39
−0
•
15
comments