Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
rust-macro-rules
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
89 Bytes
Copy permalink
Copy
Raw
1
macro_rules! RIGHT {
2
() => {
3
// a comment
4
let x = ChangeMe;
5
};
6
}