about summary refs log tree commit diff
path: root/tests/crashes/138359.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crashes/138359.rs')
-rw-r--r--tests/crashes/138359.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/crashes/138359.rs b/tests/crashes/138359.rs
deleted file mode 100644
index d4376d536ee..00000000000
--- a/tests/crashes/138359.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-//@ known-bug: #138359
-#![feature(min_generic_const_args)]
-#![feature(inherent_associated_types)]
-struct a(Box<[u8; Box::b]>);
-impl a {
-  fn c(self) { self.0.da }
-}
-fn main() {}