Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
rust-macro-rules
Code
Commits
Issues
Pulls
Sessions
CI/CD
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
}