declarative macro results in rustc
entering infinite loop
#68228
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Rustc:
rustc 1.40.0 (73528e339 2019-12-16)
uname -a
: Darwin Carls-MacBook-Pro-2.local 18.7.0 Darwin Kernel Version 18.7.0: Sun Dec 1 18:59:03 PST 2019; root:xnu-4903.278.19~1/RELEASE_X86_64 x86_64I have crafted a declarative macro that results in
rustc
entering an infinite loop and never completing.Repro:
The text was updated successfully, but these errors were encountered: