mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +00:00
The very point of compile_error! is to never be reached, and one of the use cases of the macro, currently also listed as examples in the documentation of compile_error, is to create nicer errors for wrong macro invocations. Thus, we shuuld never warn about unused macro arms that contain invocations of compile_error.