summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/ice-const-generic-function-return-ty.rs')
-rw-r--r--src/test/ui/const-generics/ice-const-generic-function-return-ty.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/const-generics/ice-const-generic-function-return-ty.rs b/src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
deleted file mode 100644
index 2bf628af8..000000000
--- a/src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// #95163
-fn return_ty() -> impl Into<<() as Reexported;
-//~^ ERROR expected one of `(`, `::`, `<`, or `>`, found `;`
-
-fn main() {}