You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting following error when I try to build ripgrep on Ubuntu 16.04.2. I've cloned latest master.
+ (master) $ cargo build --release
failed to parse manifest at `/home/rogandhi/tools/ripgrep/Cargo.toml`
Caused by:
could not parse input as TOML
Cargo.toml:45:9 expected a key but found an empty string
Cargo.toml:45:9-45:10 expected `.`, but found `'`
The text was updated successfully, but these errors were encountered:
Getting following error when I try to build ripgrep on Ubuntu 16.04.2. I've cloned latest master.
The text was updated successfully, but these errors were encountered: