surechen

Results 6 issues of surechen

Hello, thank you for your attention. I found the following error in using weld with python3. Does weld support Python 3 now? Traceback (most recent call last): File "./testweld.py", line...

Hi, everyone. Thank you for reading this issue. The crate futures has a function [futures::future::join_all](https://docs.rs/futures/0.3.12/futures/future/fn.join_all.html). But the performance of this function in futures seem not very good. [Tokio has talked...

My system: Ubuntu 20.04.1 LTS target: x86_64-unknown-linux-gnu My fuzz depends on a dynamic library: ss.so. ss is a rust project. The ss.so file is generated when `cargo fuzz run fuzz_target_1`...

Hi, when I use "cargo audit", I get an error : audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` error: couldn't fetch advisory database: git operation failed: unknown http scheme 'socks5'; class=Http...

enhancement
help wanted

fixes #121331 For an `item` that triggers lint unnecessary_qualification, if the `use item` which imports this item is also trigger unused import, fixing the two lints at the same time...

T-compiler
S-waiting-on-author

implement #123558 Use a visitor to find earlier shadowed bingings which has the method. r? @estebank

T-compiler
S-waiting-on-review