mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
8 lines
281 B
Rust
8 lines
281 B
Rust
#![no_std]
|
|
pub fn drop_default<T: core::default::Default>(_x: T) {}
|
|
|
|
// FIXME(adotinthevoid): Theses shouldn't be here
|
|
// @has "$.index[*][?(@.name=='Debug')]"
|
|
// @set Debug_fmt = "$.index[*][?(@.name=='Debug')].inner.items[*]"
|
|
// @has "$.index[*][?(@.name=='fmt')].id" $Debug_fmt
|