rust/tests/rustdoc-json/blanket_impls.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
339 B
Rust
Raw Normal View History

// Regression test for <https://github.com/rust-lang/rust/issues/98658>
#![no_std]
2022-08-17 05:55:09 -05:00
// @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;