]> git.lizzy.rs Git - rust.git/commitdiff
Merge #1847
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 15 Sep 2019 07:02:51 +0000 (07:02 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2019 07:02:51 +0000 (07:02 +0000)
1847: Allow an underscore as the identifier in `const` items r=matklad a=ecstatic-morse

[RFC 2526](https://github.com/rust-lang/rust/issues/54912) was recently stabilized, meaning `const _: i32 = 5;` is now a valid item.

Co-authored-by: Dylan MacKenzie <ecstaticmorse@gmail.com>

Trivial merge