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
commit bb27147ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(|| {