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
There are major questions remaining about the reentrancy that this
allows. It doesn't have any users on github outside of a single project
that uses it in a panic=abort project to show backtraces. It
can still be emulated through #[alloc_error_handler] or
set_alloc_error_hook depending on if you use the standard library or
not. And finally it makes it harder to do various improvements to the
allocator shim.
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -806,7 +806,6 @@ mod desc {
806
806
pub(crate)const parse_on_broken_pipe:&str = "either `kill`, `error`, or `inherit`";
807
807
pub(crate)const parse_patchable_function_entry:&str = "either two comma separated integers (total_nops,prefix_nops), with prefix_nops <= total_nops, or one integer (total_nops)";
0 commit comments