Skip to content

Commit bfc484b

Browse files
authored
Rollup merge of rust-lang#150791 - rm-FIXME, r=jieyouxu
Remove out of date FIXME comment. In rust-lang#127273 I added a test and a FIXME comment pointing out how it does the wrong thing. In the next commit I fixed the problem but forgot to remove the FIXME comment, whoops.
2 parents cefb0df + 65756be commit bfc484b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compiler/rustc_parse/src/parser/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,6 @@ fn look_ahead_non_outermost_stream() {
26662666
});
26672667
}
26682668

2669-
// FIXME(nnethercote) All the output is currently wrong.
26702669
#[test]
26712670
fn debug_lookahead() {
26722671
create_default_session_globals_then(|| {

0 commit comments

Comments
 (0)