@burntsushi5 how do I compile rg from source with SIMD support? I've tried https://github.com/BurntSushi/ripgrep#building … but get error:
error[E0554]: #![feature] may not be used on the stable release channelhttps://twitter.com/rustlang/status/1009895173105553409 …
If you're trying to compile `0.8.1` specifically, then you need to follow the README directions for that version of ripgrep, and that will still require nightly IIRC.
