| Age | Commit message (Collapse) | Author | Lines |
|
constants
|
|
Fixes <https://github.com/rust-lang/rust/issues/122587>
|
|
|
|
|
|
Implement RFC 3373: Avoid non-local definitions in functions
This PR implements [RFC 3373: Avoid non-local definitions in functions](https://github.com/rust-lang/rust/issues/120363).
|
|
|
|
|
|
|
|
|
|
and bless a test I missed
|
|
reports
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
|
|
|
|
|
|
|
|
Means you'll get more `non-exhaustive` patterns
|
|
|
|
|
|
|
|
Setting `RUSTC_LOG_COLOR=always` is sometimes useful if tools that one
pipes `RUSTC_LOG` into support coloured output, but it makes this test
fail.
Signed-off-by: David Wood <david@davidtw.co>
|
|
|
|
|
|
|