rust/tests/rustdoc-json/traits/uses_extern_trait.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
155 B
Rust
Raw Normal View History

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