about summary refs log tree commit diff
path: root/tests/rustdoc-json/structs/plain_empty.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-09 09:24:11 +0000
committerbors <bors@rust-lang.org>2024-09-09 09:24:11 +0000
commit1f44f0a66fa0892ca680a26e271d22993d53de5c (patch)
treec709fabb56f7dc7a6fe0e3ffd2aa1f8cb346c669 /tests/rustdoc-json/structs/plain_empty.rs
parent263a3aeeb8f2d0e9cc85eee61774d1f5f23dc3f5 (diff)
parent3e01a5da6e966f595c8343c72f4c53abb7998798 (diff)
downloadrust-1f44f0a66fa0892ca680a26e271d22993d53de5c.tar.gz
rust-1f44f0a66fa0892ca680a26e271d22993d53de5c.zip
Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee
Rollup of 14 pull requests

Successful merges:

 - #119229 (Update mingw-w64 + GNU toolchain)
 - #128345 (added support for GNU/Hurd on x86_64)
 - #128667 (rustdoc: normalise type/field names)
 - #129876 (Use sysroot crates maximally in `rustc_codegen_gcc`.)
 - #130034 ( Fix enabling wasm-component-ld to match other tools )
 - #130048 (run-make-support: Add llvm-pdbutil)
 - #130068 (Test codegen when setting deployment target)
 - #130070 (Rename variant `AddrOfRegion` of `RegionVariableOrigin` to `BorrowRegion`)
 - #130087 (remove 'const' from 'Option::iter')
 - #130090 (make Result::copied unstably const)
 - #130092 (Fixes typo in wasm32-wasip2 doc comment)
 - #130107 (const: make ptr.is_null() stop execution on ambiguity)
 - #130115 (Remove needless returns detected by clippy in libraries)
 - #130130 (Miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'tests/rustdoc-json/structs/plain_empty.rs')
-rw-r--r--tests/rustdoc-json/structs/plain_empty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-json/structs/plain_empty.rs b/tests/rustdoc-json/structs/plain_empty.rs
index 00b4b05ebdd..30013021abe 100644
--- a/tests/rustdoc-json/structs/plain_empty.rs
+++ b/tests/rustdoc-json/structs/plain_empty.rs
@@ -1,5 +1,5 @@
 //@ is "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\"
 //@ has "$.index[*][?(@.name=='PlainEmpty')].inner.struct"
-//@ is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields_stripped" false
+//@ is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.has_stripped_fields" false
 //@ is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields" []
 pub struct PlainEmpty {}