Skip to content

Commit b8ac2f6

Browse files
Replace invalid panic_unwind std feature with panic-unwind
1 parent 8461660 commit b8ac2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ the tracking repository, and if it's not there please file a new issue!
399399
This flag is a sibling to the `-Zbuild-std` feature flag. This will configure
400400
the features enabled for the standard library itself when building the standard
401401
library. The default enabled features, at this time, are `backtrace` and
402-
`panic_unwind`. This flag expects a comma-separated list and, if provided, will
402+
`panic-unwind`. This flag expects a comma-separated list and, if provided, will
403403
override the default list of features enabled.
404404

405405
### binary-dep-depinfo

0 commit comments

Comments
 (0)