We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41d64c commit 3d7766bCopy full SHA for 3d7766b
.github/workflows/enzyme-ci.yml
@@ -86,5 +86,5 @@ jobs:
86
- name: test Enzyme/rustbook
87
working-directory: rustbook
88
run: |
89
- cargo +enzyme test
90
- ENZYME_LOOSE_TYPES=1 cargo +enzyme test -p samples-loose-types
+ RUSTFLAGS='-Z unstable-options' cargo +enzyme test
+ ENZYME_LOOSE_TYPES=1 RUSTFLAGS='-Z unstable-options' cargo +enzyme test -p samples-loose-types
0 commit comments