about summary refs log tree commit diff
path: root/tests/codegen/async-fn-debug.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-10 17:27:17 +0200
committerGitHub <noreply@github.com>2025-04-10 17:27:17 +0200
commit9b9d098e1d8f39b018380ca6bec69a5024a945bd (patch)
tree69e4c28305dd10593e8820a7a77e61c7a53d2697 /tests/codegen/async-fn-debug.rs
parent7fbd7bdfa8f742002225c11431bcd216df758bb2 (diff)
parent95613e3dbccd4d5a6ecd0a6906ac8fe609d14d03 (diff)
downloadrust-9b9d098e1d8f39b018380ca6bec69a5024a945bd.tar.gz
rust-9b9d098e1d8f39b018380ca6bec69a5024a945bd.zip
Rollup merge of #139626 - m-ou-se:mut, r=lqd
Remove unnecessary `mut` in test.

The value is moved in `pin!()`, so the binding doesn't need to be `mut` itself.

(Rustc doesn't warn about this due to the current hacky implementation of `pin!()`. That is fixed by https://github.com/rust-lang/rust/pull/139114.)
Diffstat (limited to 'tests/codegen/async-fn-debug.rs')
0 files changed, 0 insertions, 0 deletions