From ff99111f482096248e7b37eeaf46ee8174d05b00 Mon Sep 17 00:00:00 2001 From: Niv Kaminer Date: Fri, 29 Sep 2017 10:54:55 +0300 Subject: address some `FIXME`s whose associated issues were marked as closed remove FIXME(#13101) since `assert_receiver_is_total_eq` stays. remove FIXME(#19649) now that stability markers render. remove FIXME(#13642) now the benchmarks were moved. remove FIXME(#6220) now that floating points can be formatted. remove FIXME(#18248) and write tests for `Rc` and `Rc<[u8]>` remove reference to irelevent issues in FIXME(#1697, #2178...) update FIXME(#5516) to point to getopts issue 7 update FIXME(#7771) to point to RFC 628 update FIXME(#19839) to point to issue 26925 --- src/libsyntax/ast.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 0504e889ea1..b8322a44d60 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -786,8 +786,7 @@ pub enum MacStmtStyle { NoBraces, } -// FIXME (pending discussion of #1697, #2178...): local should really be -// a refinement on pat. +// FIXME: local should really be a refinement on pat. /// Local represents a `let` statement, e.g., `let : = ;` #[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)] pub struct Local { -- cgit 1.4.1-3-g733a5