summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-json/blanket_impls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-json/blanket_impls.rs')
-rw-r--r--src/test/rustdoc-json/blanket_impls.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc-json/blanket_impls.rs b/src/test/rustdoc-json/blanket_impls.rs
deleted file mode 100644
index c5cc87ca1..000000000
--- a/src/test/rustdoc-json/blanket_impls.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Regression test for <https://github.com/rust-lang/rust/issues/98658>
-
-#![no_std]
-
-// @has "$.index[*][?(@.name=='Error')].kind" \"assoc_type\"
-// @has "$.index[*][?(@.name=='Error')].inner.default.kind" \"resolved_path\"
-// @has "$.index[*][?(@.name=='Error')].inner.default.inner.name" \"Infallible\"
-pub struct ForBlanketTryFromImpl;