We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680824 commit 1aaad19Copy full SHA for 1aaad19
src/librustdoc/clean/cfg.rs
@@ -10,7 +10,8 @@
10
11
//! Representation of a `#[doc(cfg(...))]` attribute.
12
13
-// FIXME: Once RFC #1868 is implemented, switch to use those structures instead.
+// FIXME: Once the portability lint RFC is implemented (see tracking issue #41619),
14
+// switch to use those structures instead.
15
16
use std::mem;
17
use std::fmt::{self, Write};
0 commit comments