Skip to content

Instantly share code, notes, and snippets.

@daboross
Created January 7, 2015 21:09
Show Gist options
  • Save daboross/c103efa9f69d6539f118 to your computer and use it in GitHub Desktop.
Save daboross/c103efa9f69d6539f118 to your computer and use it in GitHub Desktop.
$ cargo build
Compiling zaldinar v0.1.1-dev (file:///home/daboross/zaldinar)
/home/daboross/zaldinar/src/dispatch.rs:176:17: 176:24 error: internal compiler error: the 1th autoderef failed: _
/home/daboross/zaldinar/src/dispatch.rs:176 closure(&events::CtcpEvent::new(interface, &event));
^~~~~~~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnost
ic.rs:123
Could not compile `zaldinar`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment