Skip to content

Commit 74f0e58

Browse files
committed
Fix typo in test
1 parent aa523a9 commit 74f0e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Test for the ICE in rust/83718
22
// A blanket impl plus a local type together shouldn't result in mismatched ID issues
33

4-
// @has method_abi.json "$.index[*][?(@.name=='Load')]"
4+
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
55
pub trait Load {
66
fn load() {}
77
}

0 commit comments

Comments
 (0)