mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
update crashes
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
//@ known-bug: rust-lang/rust#124702
|
||||
//@ compile-flags: -Znext-solver=coherence
|
||||
trait X {}
|
||||
|
||||
trait Z {
|
||||
type Assoc: Y;
|
||||
}
|
||||
struct A<T>(T);
|
||||
|
||||
impl<T: X> Z for A<T> {
|
||||
type Assoc = T;
|
||||
}
|
||||
|
||||
impl<T> From<<A<A<T>> as Z>::Assoc> for T {}
|
||||
Reference in New Issue
Block a user