Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Adds "ICE with rustc --version | false" ICE #5

Merged
merged 1 commit into from
Oct 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

set -o pipefail
echo "Testing 14505"
if rustc --version 2>&1 | true; then
exit 1
fi

for f in src/*
do
echo "Testing $f:"
Expand Down