diff --git a/inputs/collect-facts.sh b/inputs/collect-facts.sh index 68c45ab805..6a2b9ad868 100755 --- a/inputs/collect-facts.sh +++ b/inputs/collect-facts.sh @@ -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[@]}";