Home
last modified time | relevance | path

Searched defs:new_simple (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/std/src/io/error/
Drepr_unpacked.rs25 pub(super) fn new_simple(kind: ErrorKind) -> Self { in new_simple() method
Drepr_bitpacked.rs189 pub(super) fn new_simple(kind: ErrorKind) -> Self { in new_simple() method
/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs2398 pub(crate) fn new_simple( in new_simple() method