Fix typo in test
This commit is contained in:
parent
aa523a9b4b
commit
74f0e582be
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue