Skip to content

Commit 0c392d3

Browse files
committed
---
yaml --- r: 5401 b: refs/heads/master c: 35016d3 h: refs/heads/master i: 5399: b2e9862 v: v3
1 parent a372987 commit 0c392d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 571ff0c84ac6d61061581d4d53159f2326838a71
2+
refs/heads/master: 35016d31470b653e86a8f39513e82c8d14b48ab2

trunk/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)