Skip to content

Commit 35016d3

Browse files
committed
Ignore #949
1 parent 571ff0c commit 35016d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuzzer/fuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ fn check_compiling(filename: str) -> happiness {
346346
} else if contains(p.err, "(S->getType()->isPointerTy() && \"Invalid cast\")") {
347347
known_bug("https://github.com/graydon/rust/issues/895")
348348
} else if contains(p.err, "Ptr must be a pointer to Val type") {
349-
known_bug("https://github.com/graydon/rust/issues/897")
349+
known_bug("https://github.com/graydon/rust/issues/897 or https://github.com/graydon/rust/issues/949")
350350
} else if contains(p.err, "(castIsValid(op, S, Ty) && \"Invalid cast!\"), function Create") {
351351
known_bug("https://github.com/graydon/rust/issues/901")
352352
} else if contains(p.err, "Invoking a function with a bad signature!") {

0 commit comments

Comments
 (0)