diff options
| author | Rune Tynan <runetynan@gmail.com> | 2022-01-13 13:25:11 -0500 |
|---|---|---|
| committer | Rune Tynan <runetynan@gmail.com> | 2022-01-13 13:25:11 -0500 |
| commit | 74f0e582becf704e6e9ccf0c1956bcbc7cc3703d (patch) | |
| tree | aea33e86d0528228c8e2691145530d9d051a92c3 /src | |
| parent | aa523a9b4b42662c721fc747aa2cc278797195f2 (diff) | |
| download | rust-74f0e582becf704e6e9ccf0c1956bcbc7cc3703d.tar.gz rust-74f0e582becf704e6e9ccf0c1956bcbc7cc3703d.zip | |
Fix typo in test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/rustdoc-json/impls/blanket_with_local.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-json/impls/blanket_with_local.rs b/src/test/rustdoc-json/impls/blanket_with_local.rs index 88d1477f0b2..963ea2fe5ae 100644 --- a/src/test/rustdoc-json/impls/blanket_with_local.rs +++ b/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() {} } |
