about summary refs log tree commit diff
path: root/src/test/ui/feature-gate/feature-gate-c_variadic.stderr
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2019-04-11 11:42:06 -0700
committerEsteban Küber <esteban@kuber.com.ar>2019-04-11 11:42:06 -0700
commit146d040f0b187876ac85993ae15427ebb7438eb7 (patch)
tree5fc57def2e3389367f29c66cb0ecefdb3f14b26a /src/test/ui/feature-gate/feature-gate-c_variadic.stderr
parent3ab97062cfddb6e5e5e32352dd15ca2243aba3ff (diff)
downloadrust-146d040f0b187876ac85993ae15427ebb7438eb7.tar.gz
rust-146d040f0b187876ac85993ae15427ebb7438eb7.zip
Reword tracking issue note
Diffstat (limited to 'src/test/ui/feature-gate/feature-gate-c_variadic.stderr')
-rw-r--r--src/test/ui/feature-gate/feature-gate-c_variadic.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate/feature-gate-c_variadic.stderr b/src/test/ui/feature-gate/feature-gate-c_variadic.stderr
index d5dd424c454..a1362901862 100644
--- a/src/test/ui/feature-gate/feature-gate-c_variadic.stderr
+++ b/src/test/ui/feature-gate/feature-gate-c_variadic.stderr
@@ -4,7 +4,7 @@ error[E0658]: C-varaidic functions are unstable
 LL | pub unsafe extern "C" fn test(_: i32, ap: ...) { }
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: for more information, see tracking issue #44930
+   = note: for more information, see https://github.com/rust-lang/rust/issues/44930
    = help: add #![feature(c_variadic)] to the crate attributes to enable
 
 error: aborting due to previous error