Home
last modified time | relevance | path

Searched refs:NoStdDefault (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_annotations.rs310 struct NoStdDefault(i8); structure names
312 impl MyDefault for NoStdDefault {
314 NoStdDefault(123) in my_default()
330 a: NoStdDefault(123), in test_no_std_default()
342 &ContainsNoStdDefault { a: NoStdDefault(8) }, in test_no_std_default()
350 name: "NoStdDefault", in test_no_std_default()

Completed in 4 milliseconds