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
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
This can cause unexpected errors in the runtime when done while
scheduler threads are still initializing. Required some restructuring
of the main_args functions in our libraries.
…r=Alexendoo
Don't emit "missing backticks" lint if the element is wrapped in `<code>` HTML tags
Fixesrust-lang#9473.
changelog: Don't emit "missing backticks" lint if the element is wrapped in `<code>` HTML tags
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
As in #8870. To fix that we stopped calling
exit
, but there's a deeper problem that might be fixable.The text was updated successfully, but these errors were encountered: