17:31:40
icon

// play.rust-lang.org/?version=st

// This doesn't compile (with good reason!):
#[allow(unused)]
fn reassign_and_return_arg(mut arg: &()) -> &() {
let local = ();
arg = &local;
arg
//~^ ERROR cannot return value referencing local variable `local`
}

// This doesn't compile either:
#[allow(unused)]
fn reassign_arg(mut arg: &()) {
let local = ();
//~^ ERROR `local` does not live long enough
arg = &local;
}

// But this compiles (WHAT):
#[allow(unused)]
async fn reassign_arg_async(mut arg: &()) {
let local = ();
arg = &local;
}

17:32:39
icon

attributes: cannot reassign function arguments with local borrows · Issue #2717 · tokio-rs/tracing
github.com/tokio-rs/tracing/is
これを検証する過程で気付いた

Web site image
attributes: cannot reassign function arguments with local borrows · Issue #2717 · tokio-rs/tracing
20:01:27
icon

let x = 1; // Comment on this line
// Comment on the next line
let y = 2;

// ↓ `cargo fmt`

let x = 1; // Comment on this line
// Comment on the next line
let y = 2;

20:15:02
icon

502 Bad Gateway(410 Goneではない)を返し始めて数ヶ月になるサーバのフォロワーは配送コストの削減のためにもこちらから`Reject`しておくべきかとも思うのだけど、フォローバックしてきたフォロー承認制アカウントを一方的に`Reject`するのも気が引けるのだよな(こちらが一方的に監視する形になってしまうので)。かといってこちらからのフォローまで解除してしまうとサーバが復活した場合にまたフォローするのも何かアレだし、そもそも復活したことに気付けなそう

20:27:36
2023-09-17 23:39:50 Aumetra Ⓐ :nonbinary: :good_boy:​の投稿 0x0@corteximplant.com
icon

このアカウントは、notestockで公開設定になっていません。