Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/miette/
DREADME.md468 One option is to use [`with_source_code()`](Report::with_source_code)
494 error.with_source_code(String::from("source code"))
623 ).with_source_code(source);
DCHANGELOG.md258 `.with_source_code()` is here!!
262 * **report:** add `with_source_code` ([50519264](https://github.com/zkat/miette/commit/50519264d47d…
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/
Derror.rs413 pub fn with_source_code(self, source_code: impl SourceCode + Send + Sync + 'static) -> Report { in with_source_code() method