We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8796c9f commit 2686dcbCopy full SHA for 2686dcb
src/test/run-pass/extern-pass-TwoU64s.rs
@@ -11,7 +11,9 @@
11
// Test a foreign function that accepts and returns a struct
12
// by value.
13
14
-// xfail-fast This works standalone on windows but not with check-fast. don't know why
+// xfail-fast This works standalone on windows but not with check-fast.
15
+// possibly because there is another test that uses this extern fn but gives it
16
+// a diferent signature
17
18
#[deriving(Eq)]
19
struct TwoU64s {
0 commit comments