Rollup merge of #150696 - rm-FIXME, r=ZuseZ4

enrich error info when tries to dlopen Enzyme

In rust-lang/rust#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.
This commit is contained in:
Matthias Krüger
2026-01-08 07:27:54 +01:00
committed by GitHub
-1
View File
@@ -2666,7 +2666,6 @@ fn look_ahead_non_outermost_stream() {
});
}
// FIXME(nnethercote) All the output is currently wrong.
#[test]
fn debug_lookahead() {
create_default_session_globals_then(|| {