We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00f1d commit b91f504Copy full SHA for b91f504
crates/fuzzing/src/oracles.rs
@@ -332,7 +332,7 @@ fn compile_module(
332
// when arbitrary table element limits have been exceeded as
333
// there is currently no way to constrain the generated module
334
// table types.
335
- let string = e.to_string();
+ let string = format!("{e:?}");
336
if string.contains("minimum element size") {
337
return None;
338
}
0 commit comments