MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / with_message

Method with_message

cranelift/isle/isle/src/error.rs:296–299  ·  view source on GitHub ↗
(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

294 }
295
296 pub fn with_message(mut self, message: impl Into<String>) -> Self {
297 self.message = message.into();
298 self
299 }
300
301 pub fn with_labels(mut self, labels: Vec<Label<FileId>>) -> Self {
302 self.labels = labels;

Callers 1

fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected