diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-04-03 22:55:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 22:55:03 +0200 |
| commit | 17a59fb29cc2b2144a61b475375695190f08ffae (patch) | |
| tree | 85c4aca99dc9a8dc59aa4a26501e586f3a585f1b /src/test/ui | |
| parent | 9b22fdc121abfd860e2b7c753aa254f2bf29a1a8 (diff) | |
| parent | d2ad9f445380958cf1d314c959dd5695bbf0b283 (diff) | |
| download | rust-17a59fb29cc2b2144a61b475375695190f08ffae.tar.gz rust-17a59fb29cc2b2144a61b475375695190f08ffae.zip | |
Rollup merge of #70576 - Rustin-Liu:rustin-patch-link-cfg, r=varkor
Update the description of the ticket to point at RFC 1721 Fixes #70538. My first PR to rust. So please let me know if I'm doing something wrong.
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/feature-gates/feature-gate-link_cfg.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-link_cfg.stderr b/src/test/ui/feature-gates/feature-gate-link_cfg.stderr index 10b151ffa75..41a7dfc3f37 100644 --- a/src/test/ui/feature-gates/feature-gate-link_cfg.stderr +++ b/src/test/ui/feature-gates/feature-gate-link_cfg.stderr @@ -1,4 +1,4 @@ -error[E0658]: is unstable +error[E0658]: kind="link_cfg" is unstable --> $DIR/feature-gate-link_cfg.rs:1:1 | LL | #[link(name = "foo", cfg(foo))] |
