Skip to content

Instantly share code, notes, and snippets.

@jamwt
Created March 11, 2015 20:25
Show Gist options
  • Select an option

  • Save jamwt/5fb922809bb4f670e29b to your computer and use it in GitHub Desktop.

Select an option

Save jamwt/5fb922809bb4f670e29b to your computer and use it in GitHub Desktop.
/home/jamwt/.cargo/registry/src/github.com-1ecc6299db9ec823/docopt-0.6.45/src/lib.rs:992:49: 992:58 error: the trait `core::iter::FromIterator<unicode::char::ToLowercase>` is not implemented for the type `collections::string::String` [E0277]
/home/jamwt/.cargo/registry/src/github.com-1ecc6299db9ec823/docopt-0.6.45/src/lib.rs:992 s.chars().map(|c| c.to_lowercase()).collect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment