We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd7afe commit c2b0cc1Copy full SHA for c2b0cc1
src/doc/rustc/src/codegen-options/index.md
@@ -531,8 +531,10 @@ platforms. Possible values are:
531
debug information. On other Unix platforms this means that `*.dwo` files will
532
contain debug information.
533
534
-Note that `packed` and `unpacked` are gated behind `-Z unstable-options` on
535
-non-macOS platforms at this time.
+Note that all three options are supported on Linux and Apple platforms,
+`packed` is supported on Windows-MSVC, and all other platforms support `off`.
536
+Attempting to use an unsupported option requires using the nightly channel
537
+with the `-Z unstable-options` flag.
538
539
## strip
540
0 commit comments