]> git.lizzy.rs Git - rust.git/commitdiff
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)
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>

Trivial merge