-
### Code
https://github.com/AdaptChat/harmony/tree/ice - repo where ICE happened.
I have attempted to create a minimal verifiable example, however, given this ICE involves async which makes …
-
I'm doing a program based on Aya library https://aya-rs.dev/ and in the ebpf-side program (similar to https://github.com/aya-rs/book/blob/main/examples/tc-egress/tc-egress-ebpf/src/main.rs), I add…
-
### Code
```Rust
#![crate_type="lib"]
#![feature(transmutability)]
mod assert {
use std::mem::BikeshedIntrinsicFrom;
pub fn is_transmutable()
where
Dst: BikeshedIntrinsicFrom,…
-
wank
-
asdas
-
sadas
-
### Code
```Rust
#![feature(async_closure)]
use std::future::Future;
use std::path::{PathBuf};
pub struct TokioOnceCell {
_a: T
}
impl TokioOnceCell {
pub async fn get_or_…
0xAda updated
7 months ago
-
I ran into an ICE while building a large codebase in an invalid state with Rust 1.75.0.
Unfortunately I don't have time to make a minimal example right now, but I thought it might be worth putt…
Twey updated
8 months ago
-
`./src/test/ui/type-alias-impl-trait/issue-96572-unconstrained-upvar.rs`
### Code
```Rust
#![feature(type_alias_impl_trait)]
// check-pass
#[derive(Copy, Clone)]
struct Foo((u32, u32));
…
-
Hello,
I am sorry, but I wasn't able to reproduce the bug outside my company's project (proprietary and which I don't have the permission to share), so I can't really help here. Code like this …