Skip to content

Commit

Permalink
Replace invalid panic_unwind std feature with panic-unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador authored Jul 15, 2023
1 parent 8461660 commit b8ac2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
the features enabled for the standard library itself when building the standard
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.

### binary-dep-depinfo
Expand Down

0 comments on commit b8ac2f6

Please sign in to comment.