diff options
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index 7f22f44a6f8..278df5b170e 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -198,7 +198,7 @@ mod unicode; #[path = "num/cmath.rs"] mod cmath; -// XXX: This shouldn't be pub, and it should be reexported under 'unstable' +// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable' // but name resolution doesn't work without it being pub. pub mod rt; |
