mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
eb3c611e1d
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |