Replace invalid panic_unwind std feature with panic-unwind

This commit is contained in:
Alejandro González 2023-07-16 01:53:21 +02:00 committed by GitHub
parent 8461660621
commit b8ac2f6b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ the tracking repository, and if it's not there please file a new issue!
This flag is a sibling to the `-Zbuild-std` feature flag. This will configure This flag is a sibling to the `-Zbuild-std` feature flag. This will configure
the features enabled for the standard library itself when building the standard the features enabled for the standard library itself when building the standard
library. The default enabled features, at this time, are `backtrace` and library. The default enabled features, at this time, are `backtrace` and
`panic_unwind`. This flag expects a comma-separated list and, if provided, will `panic-unwind`. This flag expects a comma-separated list and, if provided, will
override the default list of features enabled. override the default list of features enabled.
### binary-dep-depinfo ### binary-dep-depinfo