Fix typo in test

This commit is contained in:
Rune Tynan 2022-01-13 13:25:11 -05:00
parent aa523a9b4b
commit 74f0e582be

View file

@ -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() {}
}