Taiki Endo
Taiki Endo
> IIUC, the time case is not quite the same, it's for enabling a feature that's always unsound and there's no possible fix available. > The proc_macro2 case is completely...
I don't think the situation has changed much on this issue. Someone will need to either contribute to rustc to improve the situation (e.g., by taking over a PR that...
> @eupn @taiki-e can we get a crates.io release of macrotest? (I'm not a maintainer of this crate, so I cannot release a new version. That said I would be...
@eupn Thanks! I'll work on a new release.
Published v1.0.10.
This is rustc/llvm bug, and can be worked around by enabling optimization. https://github.com/rust-lang/rust/issues/108835#issuecomment-1636983993
Published in crossbeam-channel 0.5.13.
Thanks for writing this! AFAIK, `async-compat` (`tokio` requires 1.49), `async-rustls` (`rustls` requires 1.56), and `async-broadcast` (`parking_lot` requires 1.49) cannot support Debian stable due to their dependencies. However, they are not...
Does this problem also exist in the main branch of portable-atomic? I hope https://github.com/taiki-e/portable-atomic/pull/98 (which switched from `#[target_feature(enable = "...")]` to `.arch_extension` directive) fixed the problem. ~~EDIT: Nah, I don't...
> if portable-atomic's build script doesn't set `portable_atomic_target_feature = "lse"` If the compiler version is greater than 1.61 or is nightly or compiler version detection fails, portable-atomic will not set...