]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-json/impls/local_for_primitive.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / rustdoc-json / impls / local_for_primitive.rs
1 // @set local = "$.index[*][?(@.name=='Local')]"
2 pub trait Local {}
3
4 // @set impl = "$.index[*][?(@.docs=='local for bool')].id"
5 // @is "$.index[*][?(@.name=='Local')].inner.implementations[*]" $impl
6 /// local for bool
7 impl Local for bool {}