Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed May 29, 2024
1 parent e8725e9 commit 65d9eca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 80 deletions.
14 changes: 14 additions & 0 deletions tests/crashes/125556.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//@ known-bug: rust-lang/rust#125556
//@ compile-flags: -Znext-solver=coherence

#![feature(generic_const_exprs)]

pub struct A<const z: [usize; x]> {}

impl A<2> {
pub const fn B() {}
}

impl A<2> {
pub const fn B() {}
}

This file was deleted.

This file was deleted.

0 comments on commit 65d9eca

Please sign in to comment.