Skip to content

Commit 9220631

Browse files
committed
Add has tests for blanket_with_local trait methods
1 parent 66d056a commit 9220631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/rustdoc-json/impls/blanket_with_local.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
55
pub trait Load {
6+
// @has - "$.index[*][?(@.name=='load')]"
67
fn load() {}
8+
// @has - "$.index[*][?(@.name=='write')]"
79
fn write(self) {}
810
}
911

0 commit comments

Comments
 (0)