Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Jan 13, 2022
1 parent aa523a9 commit 74f0e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-json/impls/blanket_with_local.rs
@@ -1,7 +1,7 @@
// Test for the ICE in rust/83718
// A blanket impl plus a local type together shouldn't result in mismatched ID issues

// @has method_abi.json "$.index[*][?(@.name=='Load')]"
// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
pub trait Load {
fn load() {}
}
Expand Down

0 comments on commit 74f0e58

Please sign in to comment.