diff options
| author | bors <bors@rust-lang.org> | 2020-02-11 02:00:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-11 02:00:27 +0000 |
| commit | dc4242d9052a42cdf329c3a2430d02a3b3d415cb (patch) | |
| tree | 71de7572d10aeed9168aad022ec0a54b1f56ffa7 /src/librustc_passes | |
| parent | 0f0cdf6acdb5a9b968728d961929ca59ff93cfa4 (diff) | |
| parent | 7b555178aef4045685eb359204b565a4bb8d1a9f (diff) | |
| download | rust-dc4242d9052a42cdf329c3a2430d02a3b3d415cb.tar.gz rust-dc4242d9052a42cdf329c3a2430d02a3b3d415cb.zip | |
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
Make issue references consistent Fixes https://github.com/rust-lang/rust/issues/62976 cc https://github.com/rust-lang/rust/pull/63008 r? @varkor because you reviewed the original pr
Diffstat (limited to 'src/librustc_passes')
| -rw-r--r-- | src/librustc_passes/check_attr.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_passes/check_attr.rs b/src/librustc_passes/check_attr.rs index 3ff1ba3bbfc..a877c1de175 100644 --- a/src/librustc_passes/check_attr.rs +++ b/src/librustc_passes/check_attr.rs @@ -120,8 +120,8 @@ impl CheckAttrVisitor<'tcx> { a future release!", ) .note( - "for more information, see issue #65833 \ - <https://github.com/rust-lang/rust/issues/65833>", + "see issue #65833 <https://github.com/rust-lang/rust/issues/65833> \ + for more information", ) .emit(); true |
