Skip to content

Commit bb27147

Browse files
authored
Rollup merge of #150696 - rm-FIXME, r=ZuseZ4
enrich error info when tries to dlopen Enzyme In #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 db2ab90 + 65756be commit bb27147

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)