about summary refs log tree commit diff
path: root/library/panic_unwind/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-11-01 07:11:05 -0700
committerAlex Crichton <alex@alexcrichton.com>2021-11-10 08:35:42 -0800
commitcaa9e4a2d0feaee53df67677a190edab95c996af (patch)
tree9ebaba66fa7aa4cbb70738f7346576e51030d07a /library/panic_unwind/src
parentf738abe63b6c351e0ba523a01b05d04fead8acff (diff)
downloadrust-caa9e4a2d0feaee53df67677a190edab95c996af.tar.gz
rust-caa9e4a2d0feaee53df67677a190edab95c996af.zip
Review comments
Diffstat (limited to 'library/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index 4815249f7d5..e5753ccae2d 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -56,8 +56,7 @@ cfg_if::cfg_if! {
         mod real_imp;
     } else {
         // Targets that don't support unwinding.
-        // - arch=wasm32
-        // - arch=wasm64
+        // - family=wasm
         // - os=none ("bare metal" targets)
         // - os=uefi
         // - os=espidf