]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-json/nested.rs
Rollup merge of #101422 - mkroening:hermit-file-time, r=joshtriplett
[rust.git] / src / test / rustdoc-json / nested.rs
index 73ec9392ce94bf1f86681168802594ccf0fc8e2e..ee2d2efa960e8be06730af0da18b58befb87c9ee 100644 (file)
@@ -17,7 +17,7 @@ pub mod l1 {
     pub mod l3 {
 
         // @is "$.index[*][?(@.name=='L4')].kind" \"struct\"
-        // @is "$.index[*][?(@.name=='L4')].inner.struct_type" \"unit\"
+        // @is "$.index[*][?(@.name=='L4')].inner.kind" \"unit\"
         // @set l4_id = "$.index[*][?(@.name=='L4')].id"
         // @ismany "$.index[*][?(@.name=='l3')].inner.items[*]" $l4_id
         pub struct L4;