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 7589b29 commit 755abb6Copy full SHA for 755abb6
crates/wast/src/core/func.rs
@@ -81,7 +81,7 @@ impl<'a> Parse<'a> for Func<'a> {
81
///
82
/// Each local has an optional identifier for name resolution, an optional name
83
/// for the custom `name` section, and a value type.
84
-#[derive(Debug)]
+#[derive(Debug, Clone)]
85
pub struct Local<'a> {
86
/// An identifier that this local is resolved with (optionally) for name
87
/// resolution.
0 commit comments