Home
last modified time | relevance | path

Searched refs:as_display (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/thiserror/src/
Ddisplay.rs5 fn as_display(&self) -> Self; in as_display() method
9 fn as_display(&self) -> Self { in as_display() method
15 fn as_display(&self) -> path::Display<'_>; in as_display() method
19 fn as_display(&self) -> path::Display<'_> { in as_display() method
25 fn as_display(&self) -> path::Display<'_> { in as_display() method
/external/rust/crates/thiserror/tests/ui/
Dno-display.stderr1 error[E0599]: the method `as_display` exists for reference `&NoDisplay`, but its trait bounds were …
/external/rust/crates/thiserror-impl/src/
Dfmt.rs87 args.extend(quote_spanned!(span=> .as_display())); in expand_shorthand()