about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-02-26 12:20:38 -0700
committerMark Rousskov <mark.simulacrum@gmail.com>2019-02-26 13:59:05 -0700
commitf313baedba2d73e1a24df77483ac24622de201ae (patch)
tree3cd288e26ffe1a99a1ec47091ac14478dbfae0ee /src/test/ui
parent55c173c8ae8bda689fd609f391ee5e2e5b1b6d44 (diff)
Add tracking issue for the unwind attribute.
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/feature-gates/feature-gate-unwind-attributes.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-unwind-attributes.stderr b/src/test/ui/feature-gates/feature-gate-unwind-attributes.stderr
index 918d40d681b..77f2f13c99e 100644
--- a/src/test/ui/feature-gates/feature-gate-unwind-attributes.stderr
+++ b/src/test/ui/feature-gates/feature-gate-unwind-attributes.stderr
@@ -1,4 +1,4 @@
-error[E0658]: #[unwind] is experimental
+error[E0658]: #[unwind] is experimental (see issue #58760)
   --> $DIR/feature-gate-unwind-attributes.rs:11:5
    |
 LL |     #[unwind(allowed)] //~ ERROR #[unwind] is experimental