rust/tests/rustdoc-json/traits/uses_extern_trait.rs
Alona Enraght-Moony 7ab71c417b tests/rustdoc-json: replace $.index[*][? with $.index[?
Done automatically with VSCode.
2025-03-21 00:48:09 +00:00

5 lines
149 B
Rust

#![no_std]
pub fn drop_default<T: core::default::Default>(_x: T) {}
//@ !has "$.index[?(@.name=='Debug')]"
//@ !has "$.index[?(@.name=='Default')]"