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 40 million developers.
Sign up
Pinned
223 contributions in the last year
Contribution activity
January 2020
Created an issue in rust-lang/rust that received 2 comments
lint on dbg! of non-reference with return value not used
The dbg! macro takes its argument by value, so that it can return that same value. See #59943 for some background.
We should lint on code that calls …
2
comments