Skip to content

Instantly share code, notes, and snippets.

@jroesch
Created January 6, 2015 10:07
Show Gist options
  • Save jroesch/50f1f1bd275b6377a87a to your computer and use it in GitHub Desktop.
Save jroesch/50f1f1bd275b6377a87a to your computer and use it in GitHub Desktop.
λ 169-231-106-204 rust → λ git generalize-impl-bounds* → make
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: good valgrind for x86_64-apple-darwin is
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_typeck
/Users/jroesch/Git/rust/src/librustc_typeck/check/callee.rs:25:18: 25:21 warning: deprecated syntax; use the `self` keyword now
/Users/jroesch/Git/rust/src/librustc_typeck/check/callee.rs:25 use middle::ty::{mod, Ty};
^~~
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage1/lib/librustc_typeck
cp: x86_64-apple-darwin/stage1/lib/librustc_driver
cp: x86_64-apple-darwin/stage1/bin/rustc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libcore
/Users/jroesch/Git/rust/src/libcore/slice.rs:523:5: 531:6 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `kinds::Sized` for the type `T`
/Users/jroesch/Git/rust/src/libcore/slice.rs:523 fn clone_from_slice(&mut self, src: &[T]) -> uint where T: Clone {
/Users/jroesch/Git/rust/src/libcore/slice.rs:524 let min = cmp::min(self.len(), src.len());
/Users/jroesch/Git/rust/src/libcore/slice.rs:525 let dst = self.slice_to_mut(min);
/Users/jroesch/Git/rust/src/libcore/slice.rs:526 let src = src.slice_to(min);
/Users/jroesch/Git/rust/src/libcore/slice.rs:527 for i in range(0, min) {
/Users/jroesch/Git/rust/src/libcore/slice.rs:528 dst[i].clone_from(&src[i]);
...
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>', /Users/jroesch/Git/rust/src/libsyntax/diagnostic.rs:123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment