From 1aaad19418aef16b2e7688e36016b729ac2538ae Mon Sep 17 00:00:00 2001 From: Niv Kaminer Date: Tue, 18 Dec 2018 19:08:11 +0200 Subject: [PATCH] FIXME(RFC1868) point the fixme to the tracking issue --- src/librustdoc/clean/cfg.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librustdoc/clean/cfg.rs b/src/librustdoc/clean/cfg.rs index 847786d123ef..e70284e4948e 100644 --- a/src/librustdoc/clean/cfg.rs +++ b/src/librustdoc/clean/cfg.rs @@ -10,7 +10,8 @@ //! Representation of a `#[doc(cfg(...))]` attribute. -// FIXME: Once RFC #1868 is implemented, switch to use those structures instead. +// FIXME: Once the portability lint RFC is implemented (see tracking issue #41619), +// switch to use those structures instead. use std::mem; use std::fmt::{self, Write};