We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa523a9 commit 74f0e58Copy full SHA for 74f0e58
src/test/rustdoc-json/impls/blanket_with_local.rs
@@ -1,7 +1,7 @@
1
// Test for the ICE in rust/83718
2
// A blanket impl plus a local type together shouldn't result in mismatched ID issues
3
4
-// @has method_abi.json "$.index[*][?(@.name=='Load')]"
+// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
5
pub trait Load {
6
fn load() {}
7
}
0 commit comments