about summary refs log tree commit diff
path: root/tests/rustdoc-json/structs/with_primitives.rs
diff options
context:
space:
mode:
authorschvv31n <tim.kurdov@gmail.com>2024-08-05 00:44:35 +0100
committerschvv31n <tim.kurdov@gmail.com>2024-09-01 23:58:08 +0300
commitf2696ab4d3095bb6ad6197e55855ebdf00f50b80 (patch)
tree2c76de2aa154111a299e29ca2dcde9a217423614 /tests/rustdoc-json/structs/with_primitives.rs
parentd571ae851d93541bef826c3c48c1e9ad99da77d6 (diff)
downloadrust-f2696ab4d3095bb6ad6197e55855ebdf00f50b80.tar.gz
rust-f2696ab4d3095bb6ad6197e55855ebdf00f50b80.zip
rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint
Diffstat (limited to 'tests/rustdoc-json/structs/with_primitives.rs')
-rw-r--r--tests/rustdoc-json/structs/with_primitives.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-json/structs/with_primitives.rs b/tests/rustdoc-json/structs/with_primitives.rs
index 2ca11b50608..7202ab9af9c 100644
--- a/tests/rustdoc-json/structs/with_primitives.rs
+++ b/tests/rustdoc-json/structs/with_primitives.rs
@@ -4,7 +4,7 @@
 //@ has "$.index[*][?(@.name=='WithPrimitives')].inner.struct"
 //@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.generics.params[0].name" \"\'a\"
 //@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.generics.params[0].kind.lifetime.outlives" []
-//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.fields_stripped" true
+//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.has_stripped_fields" true
 //@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.fields" []
 pub struct WithPrimitives<'a> {
     num: u32,