-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add regression test for rust-lang#101650 #141094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
let mut string_builder = String::new(); | ||
string_builder += &format!("Hello {}", helper().await); | ||
string_builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let mut string_builder = String::new(); | |
string_builder += &format!("Hello {}", helper().await); | |
string_builder | |
format!("Hello {}", helper().await) |
this should also already test test, does it not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after nit
@bors r+ rollup |
add regression test for rust-lang#101650 closes rust-lang#101650, which was already fixed.
Rollup of 6 pull requests Successful merges: - rust-lang#127013 (Add `f16` formatting and parsing) - rust-lang#130887 (Safer implementation of RepeatN) - rust-lang#140154 (Cygwin support in rustc) - rust-lang#140874 (make `rustc_attr_parsing` less dominant in the rustc crate graph) - rust-lang#141094 (add regression test for rust-lang#101650) - rust-lang#141110 ([std] fix the presentation of `split_off_mut` and `split_off` documentation) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 4 pull requests Successful merges: - rust-lang#140049 (fix autodiff macro on generic functions) - rust-lang#140874 (make `rustc_attr_parsing` less dominant in the rustc crate graph) - rust-lang#141094 (add regression test for rust-lang#101650) - rust-lang#141110 ([std] fix the presentation of `split_off_mut` and `split_off` documentation) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#141094 - satler-git:issue-101650, r=lcnr add regression test for rust-lang#101650 closes rust-lang#101650, which was already fixed.
closes #101650, which was already fixed.