Skip to content

Commit 65d9eca

Browse files
committed
???
1 parent e8725e9 commit 65d9eca

File tree

3 files changed

+14
-80
lines changed

3 files changed

+14
-80
lines changed

tests/crashes/125556.rs

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//@ known-bug: rust-lang/rust#125556
2+
//@ compile-flags: -Znext-solver=coherence
3+
4+
#![feature(generic_const_exprs)]
5+
6+
pub struct A<const z: [usize; x]> {}
7+
8+
impl A<2> {
9+
pub const fn B() {}
10+
}
11+
12+
impl A<2> {
13+
pub const fn B() {}
14+
}

tests/ui/const-generics/generic_const_exprs/consts_ty_isnt_related_semantically_in_canonical_response.rs

-26
This file was deleted.

tests/ui/const-generics/generic_const_exprs/consts_ty_isnt_related_semantically_in_canonical_response.stderr

-54
This file was deleted.

0 commit comments

Comments
 (0)