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.
rust-bindgen
globals.h
1 parent c0b7b26 commit 6390173Copy full SHA for 6390173
hs-bindgen/test/hs-bindgen/Test/HsBindgen/Golden.hs
@@ -231,11 +231,7 @@ testCases = [
231
, "unusableAnon"
232
]
233
in (defaultTest "globals") {
234
- -- Getting different output from (the same version of) rust-bindgen
235
- -- for this test on CI than locally. Unsure why, compiled against
236
- -- different llvm version? For now we just disable it.
237
- testRustBindgen = RustBindgenIgnore
238
- , testTracePredicate = customTracePredicate' declsWithWarnings $ \case
+ testTracePredicate = customTracePredicate' declsWithWarnings $ \case
239
TraceFrontend (FrontendParse (PotentialDuplicateGlobal info)) ->
240
Just $ Expected (C.declId info)
241
TraceFrontend (FrontendParse (UnexpectedAnonInExtern info)) ->
0 commit comments