]> git.lizzy.rs Git - rust.git/commit
Merge #2365
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 24 Nov 2019 08:39:29 +0000 (08:39 +0000)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2019 08:39:29 +0000 (08:39 +0000)
commitcf47ea2877e1ab17dcd0e66de66fe45bcdcda38a
tree1ecb6de96f617c0f3759d9e352744b57a326a12a
parent7b6aa7c34e5650506924decfee0a77aa9bb0a480
parent9c521f00ff118c38cbec730ffae1cee5f465f6ac
Merge #2365

2365: Make expand-macro more flexible r=matklad a=edwin0cheng

Due to lack of implementation or other types of errors, some macros do not expand correctly in the current situation. The PR attempts to make `expand-macro` more flexible in error situations by ignoring internal failed macro expansion.

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>