We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4914e commit 6f8c006Copy full SHA for 6f8c006
1 file changed
stack-control/src/bytecode/command/core.rs
@@ -52,7 +52,7 @@ macro_rules! define_commands {
52
}};
53
54
(defenition ([$name:ident $key:tt [$($alias:expr),*] $others:tt] $stack:ident $defenition:block)) => {
55
- struct $name {}
+ pub struct $name {}
56
impl $crate::bytecode::command::CommandExecutable for $name {
57
fn execute(&self, $stack: &mut $crate::runtime::stack::Stack) -> Result<(), $crate::bytecode::command::RuntimeException> $defenition
58
0 commit comments