-
I hit a panic while compiling and the output asked me to create a bug report. I'm compiling company-owned source code so can't provide that, but I'm ok to provide all the output that happened on t…
-
[rustc-ice-2024-08-29T22_49_11-231717.txt](https://github.com/user-attachments/files/16808116/rustc-ice-2024-08-29T22_49_11-231717.txt)
### Code
```Rust
//src/test_handling/test_runner.rs
…
-
### Code
```Rust
use std::collections::HashMap;
pub trait MyTrait {
type Item;
fn foo(&self, other: &Self) -> ();
}
impl MyTrait for HashMap
where
K: ::std::hash::Hash,
{
type Item = …
-
### Summary
The ICE occurs if
- generic trait has a generic supertrait
- trait and supertrait share the same generic
- trait's and supertrait's generic defines a default value for the generic (c…
-
Hi,
I followed every instruction in the README, except for `torch` I have version `1.13.1`. I have `CUDA version 12.2`, and I download torch using this command `conda install pytorch torchvision tor…
-
### Code
MWE below, also tested on nightly (via the playground). Interestingly the error goes away if I manually inline the `Node::new` calls. Minimised from a filter graph that uses trait objects f…
-
auto-reduced (treereduce-rust):
````rust
#[repr(packed)]
struct Dealigned(u8, T);
#[derive(PartialEq)]
#[repr(C)]
struct Dealigned(u8, T);
````
original:
````rust
// run-pass
…
-
snippet:
````rust
#[track_caller]
static no_mangle: u32 = {
unimplemented!();
};
````
Version information
````
rustc 1.84.0-nightly (0037048da 2024-10-16)
binary: rustc
commit-hash: 0037048da…
-
auto-reduced (treereduce-rust):
````rust
#![feature(dyn_star)]
trait Trait {}
fn main() {
let x: dyn* Trait + Send = 1usize;
x as dyn* Trait;
}
````
original:
````rust
#![allow(incomplet…
-
By the default the AWS Lambda run fail with this error message
```
Could not find hanami-2.1.1, hanami-assets-2.1.0, hanami-controller-2.1.0, hanami-lambda-0.2.0, hanami-router-2.1.0, hanami-valid…