Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created February 24, 2014 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuckremes/9195551 to your computer and use it in GitHub Desktop.
Save chuckremes/9195551 to your computer and use it in GitHub Desktop.
cremes$ x86_64-apple-darwin/stage2/bin/rustc -L./x86_64-apple-darwin/rt/ --test src/libstd/lib.rs
src/libstd/vec.rs:4923:13: 4923:27 error: type `~[u64]` does not implement any method in scope named `smoothsort`
src/libstd/vec.rs:4923 v.smoothsort();
^~~~~~~~~~~~~~
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment