{ @MainActor _ :  in \M4.Ultra }(Swift)

Results 14 comments of { @MainActor _ :  in \M4.Ultra }(Swift)

I have the same problem, downloading files from cloud torrent host really slow no matter what broadband you use. BTW, @jpillora are you still developing this project? Almost one year...

docker run --name bt --restart=always -d -p :123 -v /bt:/downloads user/image --port 123 -a user:pass

Hi guys, following this thread put `-Zcheck-cfg=features,names,values,output` as command args works, but is there a way to put it in `config.toml [unstable]` section for now? Tried several times, still got...

`rustc 1.83.0-nightly (ed04567ba 2024-09-28)` linking failed only on `-Zbuild-std`, build without it succeeded.

This is the full error output: ``` error: linking with `x86_64-unknown-freebsd13-gcc.sh` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin" VSLANG="1033" "x86_64-unknown-freebsd13-gcc.sh" "-Wl,--version-script=/tmp/rustcxcoybW/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcxcoybW/symbols.o" "/target/x86_64-unknown-freebsd/src/deps/Img-ad24612e0952e6f0.Img.3e18e81114b9f627-cgu.0.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/target/x86_64-unknown-freebsd/src/deps/libcompiler_builtins-5fa8f84ee86bdccf.rlib"...

> try [#1564 (comment)](https://github.com/cross-rs/cross/issues/1564#issuecomment-2381401919) Tried install cross using main branch but still show install tagged version 0.2.5 of cross. Not sure whether `cargo install cross --git https://github.com/cross-rs/cross --branch main` is...

> Does it work with `#[test]`? It's a typo, fixed it.

Ok. Let's put a non-existed function call in test, there's NO error prompt until you run test.

"checkOnSave" enabled. Furthermore, I also enabled auto-save editing; problem stays. By the way, rust-analyzer works normally in non-test scope. So, it's definitely the problem specifically to #[test] function.

I found that this problem not only affect `#[test]` code but also `[[example]]` code file, still not sure how to fix it.