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 620177c commit edee0abCopy full SHA for edee0ab
action.yml
@@ -106,12 +106,5 @@ runs:
106
fi
107
shell: bash
108
109
- - run: |
110
- : enable randomized type layout
111
- if rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: .*nightly'; then
112
- echo RUSTFLAGS="-Zrandomize-layout ${RUSTFLAGS}" >> $GITHUB_ENV
113
- fi
114
- shell: bash
115
-
116
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
117
0 commit comments