Conversation
| @@ -5,14 +5,11 @@ Erroneous code examples: | |||
| ```compile_fail,E0759 | |||
| use std::fmt::Debug; | |||
There was a problem hiding this comment.
Does this still needs Oh looks like it is not needed below because it was merged.Debug? I saw that the rest have the use removed.
In my humble opinion, I feel like that needs some change to make it easier to read. Maybe?
|
I feel like that should be changed to something like. I don't understand how "same semantics" is part of the context, I can only see that it is a fix for the above code because of the
|
|
Updated! |
|
@bors: r=pickfire rollup |
|
📌 Commit 7f55c83 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#75672 (Move to intra-doc links for task.rs and vec.rs) - rust-lang#75702 (Clean up E0759 explanation) - rust-lang#75703 (Enable stack-overflow detection on musl for non-main threads) - rust-lang#75710 (Fix bad printing of const-eval queries) - rust-lang#75716 (Upgrade Emscripten on CI to 1.39.20 ) - rust-lang#75731 (Suppress ty::Float in MIR comments of ty::Const) - rust-lang#75733 (Remove duplicated alloc vec bench push_all_move) - rust-lang#75743 (Rename rustc_lexer::TokenKind::Not to Bang) Failed merges: r? @ghost
r? @Dylan-DPC
cc @pickfire