Uh oh!
There was an error while loading. Please reload this page.
Remove impls for InternedString/string equality. - #61003
Conversation
`Symbol` received the same treatment in rust-lang#60630. Also, we can derive `PartialEq` for `InternedString`.
nnethercote
commented
May 21, 2019
@bors try |
bors
commented
May 21, 2019
⌛ Trying commit b557567 with merge 0f90b7b859c08fbf9807af5984090f26297e5933... |
bors
commented
May 21, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
May 21, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
nnethercote
commented
May 21, 2019
@bors retry |
bors
commented
May 21, 2019
⌛ Trying commit b557567 with merge ec4deee08e13106e7de91b1b630c63ae2774d6c1... |
bors
commented
May 21, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
May 21, 2019
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
nnethercote
commented
May 21, 2019
@bors retry |
bors
commented
May 21, 2019
… r=<try> Remove impls for `InternedString`/string equality. `Symbol` received the same treatment in #60630. Also, we can derive `PartialEq` for `InternedString`. r? @petrochenkov
bors
commented
May 21, 2019
☀️ Try build successful - checks-travis |
petrochenkov
commented
May 21, 2019
@rust-timer build 041ca93 |
rust-timer
commented
May 21, 2019
Success: Queued 041ca93 with parent 50a0def, comparison URL. |
petrochenkov
commented
May 21, 2019
r=me once perf run is complete |
rust-timer
commented
May 21, 2019
Finished benchmarking try commit 041ca93: comparison url |
nnethercote
commented
May 21, 2019
It's a slight perf win. @bors r=petrochenkov |
bors
commented
May 21, 2019
📌 Commit b557567 has been approved by |
…alEq-impls, r=petrochenkov Remove impls for `InternedString`/string equality. `Symbol` received the same treatment in rust-lang#60630. Also, we can derive `PartialEq` for `InternedString`. r? @petrochenkov
…alEq-impls, r=petrochenkov Remove impls for `InternedString`/string equality. `Symbol` received the same treatment in rust-lang#60630. Also, we can derive `PartialEq` for `InternedString`. r? @petrochenkov
Rollup of 10 pull requests Successful merges: - #59742 (Move `edition` outside the hygiene lock and avoid accessing it) - #60581 (convert custom try macro to `?`) - #60963 (Update boxed::Box docs on memory layout) - #60973 (Avoid symbol interning in `file_metadata`.) - #60982 (Do not fail on child without DefId) - #60991 (LocalDecl push returns Local len) - #60995 (Add stream_to_parser_with_base_dir) - #60998 (static_assert: make use of anonymous constants) - #61003 (Remove impls for `InternedString`/string equality.) - #61006 (adjust deprecation date of mem::uninitialized) Failed merges: r? @ghost
Symbolreceived the same treatment in #60630.Also, we can derive
PartialEqforInternedString.r? @petrochenkov