Uh oh!
There was an error while loading. Please reload this page.
Implement unused_parens for const and static items - #68751
Conversation
rust-highfive
commented
Feb 1, 2020
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Feb 1, 2020
|
unused_parens for const and static itemsrust-highfive
commented
Feb 1, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
e9b50e2 to
da9b9f8CompareAh, darn. Looks like there are some issues to be resolved with the submodule. I'll update it in a separate branch and resolve them there. |
rust-highfive
commented
Feb 1, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Feb 2, 2020
da9b9f8 to
2764386CompareTyg13
commented
Feb 6, 2020
@bors r=Centril |
bors
commented
Feb 6, 2020
@Tyg13: 🔑 Insufficient privileges: Not in reviewers |
Centril
commented
Feb 6, 2020
@bors r+ |
bors
commented
Feb 6, 2020
📌 Commit 27643862db942b077c5fe731ffdc31e9f0ede161 has been approved by |
rust-highfive
commented
Feb 6, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Centril
commented
Feb 6, 2020
@bors r- |
2764386 to
d8cf950CompareTyg13
commented
Feb 6, 2020
Whoops, that's what I get for pushing without running |
Centril
commented
Feb 6, 2020
@bors r+ |
bors
commented
Feb 6, 2020
📌 Commit d8cf950 has been approved by |
…=Centril Implement `unused_parens` for `const` and `static` items Fixesrust-lang#67942
Rollup of 9 pull requests Successful merges: - #68691 (Remove `RefCell` usage from `ObligationForest`.) - #68751 (Implement `unused_parens` for `const` and `static` items) - #68788 (Towards unified `fn` grammar) - #68837 (Make associated item collection a query) - #68842 (or_patterns: add regression test for #68785) - #68844 (use def_path_str for missing_debug_impls message) - #68845 (stop using BytePos for computing spans in librustc_parse/parser/mod.rs) - #68869 (clean up E0271 explanation) - #68880 (Forbid using `0` as issue number) Failed merges: r? @ghost
Fixes#67942