Merge pull request #2743 from rust-lang/update-autodiff-tests

Add missing autodiff run-make tests to the install docs
This commit is contained in:
Manuel Drehwald 2026-01-27 16:14:31 -05:00 committed by GitHub
commit f2141d0c66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ You can then run our test cases:
./x test --stage 1 tests/codegen-llvm/autodiff
./x test --stage 1 tests/pretty/autodiff
./x test --stage 1 tests/ui/autodiff
./x test --stage 1 tests/run-make/autodiff
./x test --stage 1 tests/ui/feature-gates/feature-gate-autodiff.rs
```