repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: pull: fix rebase=false documentation
[git/debian.git]
/
t
/
t4018
/
rust-macro-rules
blob
ec610c5b62b8e42be5deef05a7a487baadb71e8d
1
macro_rules! RIGHT {
2
() => {
3
// a comment
4
let x = ChangeMe;
5
};
6
}