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:
commit
bb27147ba2
1 changed files with 0 additions and 1 deletions
|
|
@ -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(|| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue