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 827e572 commit 4729949Copy full SHA for 4729949
src/rust-2018/macros/at-most-once.md
@@ -17,7 +17,7 @@ macro_rules! foo {
17
($a:ident, $b:expr) => {
18
println!("{}", $a);
19
println!("{}", $b);
20
- }
+ };
21
($a:ident) => {
22
23
}
0 commit comments