We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The studio panics when running this pattern:
language rust `fn $name($args) -> $ret { $block }` as $node where { $arg0 = $args[0], $node => `fn x($arg0) -> $ret { $block }` }
When applied to:
fn foo(x: usize) -> usize { println!("Hi!"); return x; }
Reported in https://discord.com/channels/1140989670751219762/1304597516234526761/1305934295810052269
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The studio panics when running this pattern:
When applied to:
Reported in https://discord.com/channels/1140989670751219762/1304597516234526761/1305934295810052269
The text was updated successfully, but these errors were encountered: