Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rust-macro-rules « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec610c5b62b8e42be5deef05a7a487baadb71e8d (plain)
1
2
3
4
5
6
macro_rules! RIGHT {
    () => {
        // a comment
        let x = ChangeMe;
    };
}