-
-
### Code
```Rust
#![feature(generic_associated_types)]
pub trait Scalar: 'static {
type RefType;
}
pub trait ScalarRef = &'a str;
}
impl for i32 {}
impl for &'a str {}
fn…
-
See https://www.w3.org/TR/vc-data-model/#evidence
`DocumentVerification2018`...
this tremendously poorly defined and should be defined for all serializations or removed.
Ideally we would have…
-
### Code
```Rust
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
pub trait Sampler {
type Iter(&self, pdf: F) -> Self::Iter(Vec, S);
impl f64>
where
…
-
### Code
```Rust
// this seem to happen to various libraries
```
### Meta
`rustc --version --verbose`:
```
rustc 1.83.0-nightly (26b5599e4 2024-09-06)
binary: rustc
commit-hash:…
-
This is a pretty minor ICE that I can only reproduce in code that shouldn't compile anyway. If I specify the wrong return type for a closure used in a static item, I get an ICE instead of a normal b…
-
### Code
```
enum Location {
Unknown,
Anonymous,
Known(f64,f64)
}
impl Location {
fn display(&self) {
match *self {
Location::Unknown => println!(…
-
-
### Code
```Rust
trait Www {
type W;
}
trait Xxx: Www {
type X;
}
trait Yyy: Xxx {}
trait Zzz Zzz Zzz
Error occurs for both stable, beta, and nightly. Code was tested i…
-
### Code
Sorry, no tiny reproducer yet. Here is the commit where this happens:
https://github.com/n0-computer/iroh/commit/978587aef29e9465f3eb0deb1dc9153c9f0253bd
### Meta
`rustc --v…