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
The example below double-panics (segfaults) with stable 1.43.0, but I cannot see any reason why this should happen.
I am not sure whether this is already fixed or not because I could reproduce it only with the latest stable version of the Rust compiler, but not with nightly or beta. However, I could not find any related issue on the issue tracker, so decided to open a new one.
I expect this was fixed by either #69959 or #69955, most likely the latter. In any case, given that beta/nightly work I'm going to go ahead and close since it seems like it's not a bug any more at least.
The example below double-panics (segfaults) with stable 1.43.0, but I cannot see any reason why this should happen.
I am not sure whether this is already fixed or not because I could reproduce it only with the latest stable version of the Rust compiler, but not with nightly or beta. However, I could not find any related issue on the issue tracker, so decided to open a new one.
I tried this code (playground):
I expected the program to print the following as it does with nightly and beta versions of the compiler:
Instead, I get the following output:
Meta
I can reproduce the bug only on the stable version of the compiler.
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: