Closed
Description
Referring to
Lines 681 to 683 in db7c773
It's the compiler-level form of panic!, which emits an error at runtime, rather than during compilation.
It is unclear whether the "which" refers to "panic!" or "the compiler-level form of panic!". It is more clear to write:
It is the compiler-level form of
panic!
, but emits an error during compilation, rather than at runtime.