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

Commit 6a6969d

Browse files
authored
rust-lang/rust#22387 has been fixed
1 parent 831b036 commit 6a6969d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
echo "Testing 22387"
4-
echo -e '\xD2' | rustc - 2>&1 | grep -q 'internal compiler error' || exit 1
5-
63
for f in src/*
74
do
85
[[ -f $f ]] || continue;

0 commit comments

Comments
 (0)