You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature is perma-unstable and has no tracking issue.
4
+
5
+
------------------------
6
+
7
+
This flag converts all [`span_delay_bug()`] calls to [`bug!`] calls, exiting the compiler immediately and allowing you to generate a backtrace of where the delayed bug occurred.
8
+
For full documentation, see [the rustc-dev-guide][dev-guide-delayed].
This feature is perma-unstable and has no tracking issue.
4
+
5
+
------------------------
6
+
7
+
This flag converts the selected error to a [`bug!`] call, exiting the compiler immediately and allowing you to generate a backtrace of where the error occurred.
8
+
For full documentation, see [the rustc-dev-guide][dev-guide-backtrace].
9
+
10
+
Note that the compiler automatically sets `RUST_BACKTRACE=1` for itself, and so you do not need to set it yourself when using this flag.
0 commit comments