diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-01-12 19:00:42 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-01-13 15:02:18 +0300 |
| commit | d3411d3ee8a350e2b8ec202a4a493e69c827245c (patch) | |
| tree | a9f78e1c94cf19c582d02a2dd8983f37d9d01925 /src/test/ui/feature-gate | |
| parent | 41c65992c52113699451a6236148d408894f89ef (diff) | |
| download | rust-d3411d3ee8a350e2b8ec202a4a493e69c827245c.tar.gz rust-d3411d3ee8a350e2b8ec202a4a493e69c827245c.zip | |
Address review comments
Diffstat (limited to 'src/test/ui/feature-gate')
| -rw-r--r-- | src/test/ui/feature-gate/issue-43106-gating-of-inline.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate/issue-43106-gating-of-inline.stderr b/src/test/ui/feature-gate/issue-43106-gating-of-inline.stderr index 485ff11eea7..71e8f11ff07 100644 --- a/src/test/ui/feature-gate/issue-43106-gating-of-inline.stderr +++ b/src/test/ui/feature-gate/issue-43106-gating-of-inline.stderr @@ -6,7 +6,7 @@ LL | #[inline = "2100"] fn f() { } | = note: #[warn(ill_formed_attribute_input)] on by default = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! - = note: for more information, see issue #57321 <https://github.com/rust-lang/rust/issues/57321> + = note: for more information, see issue #57571 <https://github.com/rust-lang/rust/issues/57571> error[E0518]: attribute should be applied to function or closure --> $DIR/issue-43106-gating-of-inline.rs:11:1 |
