Skip to content

Commit

Permalink
Remove compiler flags that no longer exist from script
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasystems committed May 22, 2024
1 parent 8e1ac04 commit a80bd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputs/collect-facts.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

RUSTC_RELEASE="stage1"
RUSTC_ARGS="-Znll-facts -Zborrowck=mir"
RUSTC_ARGS=-Znll-facts
INPUT_FOLDERS=(issue-47680 smoke-test vec-push-ref subset-relations)

for test_folder in "${INPUT_FOLDERS[@]}";
Expand Down

0 comments on commit a80bd00

Please sign in to comment.