Searched refs:with_source_code (Results 1 – 3 of 3) sorted by relevance
468 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);
258 `.with_source_code()` is here!!262 * **report:** add `with_source_code` ([50519264](https://github.com/zkat/miette/commit/50519264d47d…
413 pub fn with_source_code(self, source_code: impl SourceCode + Send + Sync + 'static) -> Report { in with_source_code() method