mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
c8407194f9
update autodiff testcases unblock https://github.com/EnzymeAD/Enzyme/pull/2430 (again). Just as I landed a fix for the last test, this one broke. The test should now be fine if the name mangling hash changes again. Also removed an outdated fixme that's not needed since moving autodiff to an intrinsic. The test currently just checks that it compiles, I'll add more precise checks once we actually run this in CI. r? compiler