Back to Rust

`eagerly-emit-delayed-bugs`

src/doc/unstable-book/src/compiler-flags/eagerly-emit-delayed-bugs.md

1.97.1694 B
Original Source

eagerly-emit-delayed-bugs

This feature is perma-unstable and has no tracking issue.


This flag converts all span_delayed_bug() calls to bug! calls, exiting the compiler immediately and allowing you to generate a backtrace of where the delayed bug occurred. For full documentation, see the rustc-dev-guide.