Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created September 13, 2012 04:49
Show Gist options
  • Save killerswan/3711920 to your computer and use it in GitHub Desktop.
Save killerswan/3711920 to your computer and use it in GitHub Desktop.
i don't even...
$ time CFG_DISABLE_VALGRIND=1 make check-stage0-core
cfg: shell host triple x86_64-unknown-linux-gnu
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: unix-y environment
cfg: using gcc
cfg: disabling valgrind (CFG_DISABLE_VALGRIND)
cfg: no llnextgen found, omitting grammar-verification
cfg: including dist rules
cfg: including test rules
compile_and_link: x86_64-unknown-linux-gnu/test/coretest.stage0-x86_64-unknown-linux-gnu
/code/rust/src/libcore/core.rc:1:0: 1:0 error: mismatched types: expected `~[std::test::TestDesc]` but found `~[{name: ~str,fn: fn(),ignore: bool,should_fail: bool}]` (expected a record with field `testfn` but found one with field `fn`)
/code/rust/src/libcore/core.rc:1 #[link(name = "core",
^
error: aborting due to previous error
make: *** [x86_64-unknown-linux-gnu/test/coretest.stage0-x86_64-unknown-linux-gnu] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment