-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Description
Hi I wanted to follow the tutorial and installed miniredis server
cargo install mini-redis
then I ran the command mini-redis-server
which resulted in panic.
The command worked fine in a normal terminal though.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Syntax(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regex parse error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1: (?x)
2: ^(?P<global_level>(?i:trace|debug|info|warn|error|off|[0-5]))$ |
^
3: # ^^^.
4: # `note: we match log level names case-insensitively
5: ^
6: (?: # target name or span name
7: (?P<target>[\w:-]+)|(?P<span>\[[^\]]*\])
8: ){1,2}
9: (?: # level or nothing
10: =(?P<level>(?i:trace|debug|info|warn|error|off|[0-5]))?
11: # ^^^.
12: # `note: we match log level names case-insensitively
13: )?
14: $
15:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Unicode-aware case insensitivity matching is not available (make sure the unicode-case feature is enabled)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
)', /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.2.25/src/filter/env/directive.rs:167:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
feel free to close this as won't fix so this issue at least serves for informational purpose :)
Metadata
Metadata
Assignees
Labels
No labels